Add Luasnip

This commit is contained in:
Sonny Bakker 2022-10-10 10:14:17 +02:00
parent 9881f4134b
commit 82c346506d
3 changed files with 46 additions and 9 deletions

View file

@ -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: