Add nvim-tree setup
This commit is contained in:
parent
7f908f1c40
commit
80222dd489
6 changed files with 29 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue