Pin Telescope version as suggested by docs
This commit is contained in:
parent
0e6d5bdff0
commit
7a635a437b
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue