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
|
||||
|
|
|
|||
7
vars.yml
7
vars.yml
|
|
@ -4,7 +4,6 @@ ansible_python_interpreter: '/usr/bin/env python'
|
|||
packages:
|
||||
- base-devel
|
||||
- python
|
||||
- poetry
|
||||
- git
|
||||
- vim
|
||||
- neovim
|
||||
|
|
@ -47,7 +46,11 @@ vim_plugins:
|
|||
url: 'https://github.com/nvim-telescope/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_host_key: 'git.fudiggity.nl ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICNmvcxza79T7JZMkifmquwXH/kMUqDnKs9Oob+JrRvn'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue