Pin Telescope version as suggested by docs

This commit is contained in:
Sonny Bakker 2022-09-03 08:55:13 +02:00
parent 0e6d5bdff0
commit 7a635a437b
2 changed files with 6 additions and 2 deletions

View file

@ -16,6 +16,7 @@
repo: '{{ item.url }}'
dest: '{{ xdg_data_dir }}/nvim/site/pack/default/start/{{ item.name }}'
update: true
version: '{{ item.version|default("HEAD") }}'
loop: '{{ vim_plugins }}'
- name: install pynvim package