Switch to nvim-tree

This commit is contained in:
2021-08-18 11:20:48 -05:00
parent cca23b1307
commit 9325bcd34d
4 changed files with 37 additions and 14 deletions

4
vimrc
View File

@ -93,8 +93,8 @@ if filereadable(expand("~/.config/nvim/git.vimrc"))
endif
" NERDTree setup
if filereadable(expand("~/.config/nvim/nerdtree.vimrc"))
source ~/.config/nvim/nerdtree.vimrc
if filereadable(expand("~/.config/nvim/nvimtree.vimrc"))
source ~/.config/nvim/nvimtree.vimrc
endif
" Projections