Add configurable folder icons

This commit is contained in:
Marek Konopka
2020-06-02 13:33:03 +02:00
parent 870d60ec54
commit ff76ccafdc
3 changed files with 15 additions and 2 deletions

View File

@@ -63,6 +63,10 @@ let g:lua_tree_icons = {
\ 'unmerged': "═",
\ 'renamed': "➜",
\ 'untracked': "★"
\ },
\ 'folder': {
\ 'default': "",
\ 'open': ""
\ }
\ }