Add nvim-tree setup

This commit is contained in:
Sonny Bakker 2024-08-26 20:14:12 +02:00
parent 7f908f1c40
commit 80222dd489
6 changed files with 29 additions and 3 deletions

View file

@ -148,6 +148,10 @@
src: 'templates/nvim/lua/indent-blankline.lua.j2',
dest: '{{ xdg_config_dir }}/nvim/lua/indent-blankline.lua',
}
- {
src: 'templates/nvim/lua/nvim-tree.lua.j2',
dest: '{{ xdg_config_dir }}/nvim/lua/_nvim-tree.lua',
}
- block:
- name: create neovim install directory