added nvim module
This commit is contained in:
@ -3,3 +3,4 @@
|
|||||||
- role: gantsign.oh-my-zsh
|
- role: gantsign.oh-my-zsh
|
||||||
users:
|
users:
|
||||||
- username: pskentelbery
|
- username: pskentelbery
|
||||||
|
- nvim
|
||||||
|
12
roles/nvim/tasks/main.yml
Normal file
12
roles/nvim/tasks/main.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
- name: install dependencies
|
||||||
|
package:
|
||||||
|
name: '{{ item }}'
|
||||||
|
state: present
|
||||||
|
with_items:
|
||||||
|
- git
|
||||||
|
- curl
|
||||||
|
- nvim
|
||||||
|
|
||||||
|
- name: install vim-plug
|
||||||
|
command: "curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
|
||||||
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
|
Reference in New Issue
Block a user