Add Luasnip
This commit is contained in:
parent
9881f4134b
commit
82c346506d
3 changed files with 46 additions and 9 deletions
|
|
@ -18,7 +18,7 @@
|
|||
dest: '{{ xdg_data_dir }}/nvim/site/pack/default/start/{{ item.name }}'
|
||||
update: true
|
||||
version: '{{ item.version|default("HEAD") }}'
|
||||
loop: '{{ vim_plugins }}'
|
||||
loop: '{{ neovim_plugins }}'
|
||||
|
||||
- name: install pynvim package
|
||||
pip:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue