diff options
Diffstat (limited to 'vimscript')
| -rw-r--r-- | vimscript/nv-nvimtree/init.vim | 20 | 
1 files changed, 0 insertions, 20 deletions
| 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': "", -    \   } -    \ } - | 
