Add empty dir icons to docs

This commit is contained in:
Cooper b. Anderson 2021-02-18 05:18:55 -05:00 committed by Kiyan
parent 4579c6d2b9
commit 84aa8d7ba7
2 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,8 @@ let g:nvim_tree_icons = {
\ 'folder': {
\ 'default': "",
\ 'open': "",
\ empty = "",
\ empty_open = "",
\ 'symlink': "",
\ }
\ }

View File

@ -107,6 +107,8 @@ You can set icons for:
\ 'folder': {
\ 'default': "",
\ 'open': "",
\ empty = "",
\ empty_open = "",
\ 'symlink': "",
\ }
\ }