summaryrefslogtreecommitdiff
path: root/vimscript
diff options
context:
space:
mode:
authortiagovla <[email protected]>2021-03-20 18:24:28 -0300
committerGitHub <[email protected]>2021-03-20 21:24:28 +0000
commit20d07800e70f507c8010d281f7e6adcc2a5d376c (patch)
tree83bcf3c358ffd9a2c22b12afec96111c845583fa /vimscript
parent896f0e456c6e2f60dffc1d06009fefd90147208b (diff)
Moved nvimtree.vim to nvimtree.lua (#151)
Diffstat (limited to 'vimscript')
-rw-r--r--vimscript/nv-nvimtree/init.vim20
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': "",
- \ }
- \ }
-