Update neovim configuration
This commit is contained in:
parent
c1b9f491e4
commit
5f3cdb3efb
6 changed files with 70 additions and 30 deletions
|
|
@ -11,20 +11,6 @@
|
|||
update: true
|
||||
version: master
|
||||
|
||||
- name: clone neovim packages
|
||||
git:
|
||||
repo: '{{ item.url }}'
|
||||
dest: '{{ xdg_data_dir }}/nvim/site/pack/default/start/{{ item.name }}'
|
||||
version: master
|
||||
update: true
|
||||
loop: '{{ vim_plugins }}'
|
||||
|
||||
- name: install pynvim package
|
||||
pip:
|
||||
name:
|
||||
- neovim
|
||||
- pynvim
|
||||
|
||||
- name: copy konsole configuration files
|
||||
template:
|
||||
src: '{{ item.src }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue