Explorar el Código

update git icons in gree

Chris hace 4 años
padre
commit
139ce18e47
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      vimscript/nv-nvimtree/init.vim

+ 2 - 2
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': "",