allow opening symlink to folders

This commit is contained in:
kiyan
2020-12-13 17:13:35 +01:00
parent 033b465f34
commit 0862bcc08e
7 changed files with 24 additions and 12 deletions

View File

@@ -89,7 +89,8 @@ let g:lua_tree_icons = {
\ },
\ 'folder': {
\ 'default': "",
\ 'open': ""
\ 'open': "",
\ 'symlink': "",
\ }
\ }