Add tree-sitter & telescope setup

This commit is contained in:
Sonny Bakker 2022-09-02 21:01:57 +02:00
parent ba225a09a7
commit 0e6d5bdff0
2 changed files with 13 additions and 0 deletions

View file

@ -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',
}