change folder icons, folder colors

This commit is contained in:
kiyan42
2020-08-03 10:53:40 +02:00
parent a25ac38db1
commit b72f0bfffd
4 changed files with 14 additions and 11 deletions

View File

@@ -73,13 +73,13 @@ let g:lua_tree_icons = {
\ 'git': {
\ 'unstaged': "✗",
\ 'staged': "✓",
\ 'unmerged': "",
\ 'unmerged': "",
\ 'renamed': "➜",
\ 'untracked': "★"
\ },
\ 'folder': {
\ 'default': "",
\ 'open': ""
\ 'default': "",
\ 'open': ""
\ }
\ }