Add Telescope configuration, update python versions and pin gitsigns version
This commit is contained in:
parent
4103f73de3
commit
699bb8d85c
4 changed files with 23 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
- '{{ xdg_data_dir }}/nvim/site/pack/default'
|
||||
- '{{ xdg_data_dir }}/nvim/site/pack/default/start'
|
||||
|
||||
# Note that helptags may need to be regenerated (see `:h helptags`)
|
||||
- name: clone neovim packages
|
||||
git:
|
||||
repo: '{{ item.url }}'
|
||||
|
|
@ -132,3 +133,7 @@
|
|||
src: 'templates/nvim/lua/lua-line.lua.j2',
|
||||
dest: '{{ xdg_config_dir }}/nvim/lua/lua-line.lua',
|
||||
}
|
||||
- {
|
||||
src: 'templates/nvim/lua/telescope.lua.j2',
|
||||
dest: '{{ xdg_config_dir }}/nvim/lua/_telescope.lua',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue