summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-18 14:01:23 -0400
committerChris <[email protected]>2021-03-18 14:01:23 -0400
commit139ce18e479f2677565e972383f8c04a99ee7e0c (patch)
treed673e68b3ac592b948eaabc9cedb1ae6043ff67b
parent37f7edd04f1f5786b3ec1995c55793c017777f3a (diff)
update git icons in gree
-rw-r--r--vimscript/nv-nvimtree/init.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimscript/nv-nvimtree/init.vim b/vimscript/nv-nvimtree/init.vim
index dad2c82f..4414ccd6 100644
--- a/vimscript/nv-nvimtree/init.vim
+++ b/vimscript/nv-nvimtree/init.vim
@@ -3,11 +3,11 @@ let g:nvim_tree_icons = {
\ 'default': '',
\ 'symlink': '',
\ 'git': {
- \ 'unstaged': "✗",
+ \ 'unstaged': "",
\ 'staged': "✓",
\ 'unmerged': "",
\ 'renamed': "➜",
- \ 'untracked': ""
+ \ 'untracked': "✗"
\ },
\ 'folder': {
\ 'default': "",