Add tree-sitter & telescope setup
This commit is contained in:
parent
ba225a09a7
commit
0e6d5bdff0
2 changed files with 13 additions and 0 deletions
|
|
@ -84,3 +84,7 @@
|
|||
src: '{{ ansible_env.HOME }}/dotfiles/nvim/lua/options.lua',
|
||||
dest: '{{ xdg_config_dir }}/nvim/lua/options.lua',
|
||||
}
|
||||
- {
|
||||
src: '{{ ansible_env.HOME }}/dotfiles/nvim/lua/tree-sitter.lua',
|
||||
dest: '{{ xdg_config_dir }}/nvim/lua/tree-sitter.lua',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue