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 }}' repo: '{{ item.url }}'
dest: '{{ xdg_data_dir }}/nvim/site/pack/default/start/{{ item.name }}' dest: '{{ xdg_data_dir }}/nvim/site/pack/default/start/{{ item.name }}'
update: true update: true
version: '{{ item.version|default("HEAD") }}'
loop: '{{ vim_plugins }}' loop: '{{ vim_plugins }}'
- name: install pynvim package - name: install pynvim package

View file

@ -4,7 +4,6 @@ ansible_python_interpreter: '/usr/bin/env python'
packages: packages:
- base-devel - base-devel
- python - python
- poetry
- git - git
- vim - vim
- neovim - neovim
@ -47,7 +46,11 @@ vim_plugins:
url: 'https://github.com/nvim-telescope/telescope-fzf-native.nvim', url: 'https://github.com/nvim-telescope/telescope-fzf-native.nvim',
name: 'telescope-fzf-native.nvim', name: 'telescope-fzf-native.nvim',
} }
- { url: 'https://github.com/nvim-telescope/telescope.nvim', name: 'telescope.nvim' } - {
url: 'https://github.com/nvim-telescope/telescope.nvim',
name: 'telescope.nvim',
version: '0.1.x',
}
gitlab_domain: 'git.fudiggity.nl' gitlab_domain: 'git.fudiggity.nl'
gitlab_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNmvcxza79T7JZMkifmquwXH/kMUqDnKs9Oob+JrRvn' gitlab_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNmvcxza79T7JZMkifmquwXH/kMUqDnKs9Oob+JrRvn'