summaryrefslogtreecommitdiff
path: root/.config/nvim/vim-script/_nvimtree/init.vim
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/vim-script/_nvimtree/init.vim')
-rw-r--r--.config/nvim/vim-script/_nvimtree/init.vim19
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/nvim/vim-script/_nvimtree/init.vim b/.config/nvim/vim-script/_nvimtree/init.vim
new file mode 100644
index 0000000..de5634e
--- /dev/null
+++ b/.config/nvim/vim-script/_nvimtree/init.vim
@@ -0,0 +1,19 @@
+" 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': "",
+ \ }
+ \ }