Fix: wrong dictionary format example for empty & empty_open on doc (#216)

This commit is contained in:
Rizqi Nur Assyaufi 2021-02-27 06:12:53 +08:00 committed by GitHub
parent 905afba209
commit 1984c12510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View File

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

View File

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