From 20d07800e70f507c8010d281f7e6adcc2a5d376c Mon Sep 17 00:00:00 2001 From: tiagovla <30515389+tiagovla@users.noreply.github.com> Date: Sat, 20 Mar 2021 18:24:28 -0300 Subject: Moved nvimtree.vim to nvimtree.lua (#151) --- vimscript/nv-nvimtree/init.vim | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 vimscript/nv-nvimtree/init.vim (limited to 'vimscript/nv-nvimtree/init.vim') diff --git a/vimscript/nv-nvimtree/init.vim b/vimscript/nv-nvimtree/init.vim deleted file mode 100644 index 4414ccd6..00000000 --- a/vimscript/nv-nvimtree/init.vim +++ /dev/null @@ -1,20 +0,0 @@ -" TODO this really should be in the lua section -let g:nvim_tree_icons = { - \ 'default': '', - \ 'symlink': '', - \ 'git': { - \ 'unstaged': "", - \ 'staged': "✓", - \ 'unmerged': "", - \ 'renamed': "➜", - \ 'untracked': "✗" - \ }, - \ 'folder': { - \ 'default': "", - \ 'open': "", - \ 'empty': "", - \ 'empty_open': "", - \ 'symlink': "", - \ } - \ } - -- cgit v1.2.3