mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
added neovim node.js package for neovim
This commit is contained in:
@@ -266,6 +266,13 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: nodejs
|
name: nodejs
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install Node.js package for Neovim
|
||||||
|
become: true
|
||||||
|
npm:
|
||||||
|
name: neovim
|
||||||
|
global: true
|
||||||
|
state: present
|
||||||
|
path: /usr/local/bin/node_modules
|
||||||
- name: Install custom i3status dependencies
|
- name: Install custom i3status dependencies
|
||||||
npm:
|
npm:
|
||||||
path: /$HOME/.config/i3/i3status
|
path: /$HOME/.config/i3/i3status
|
||||||
|
|||||||
Reference in New Issue
Block a user