update doc g:nvim_tree_icons to match defaults

This commit is contained in:
Alexander Courtis 2022-03-27 15:19:31 +11:00
parent cc387e8314
commit 591b64873f
2 changed files with 4 additions and 4 deletions

View File

@ -64,8 +64,8 @@ let g:nvim_tree_show_icons = {
" default will show icon by default if no icon is provided
" default shows no icon by default
let g:nvim_tree_icons = {
\ 'default': '',
\ 'symlink': '',
\ 'default': "",
\ 'symlink': "",
\ 'git': {
\ 'unstaged': "✗",
\ 'staged': "✓",

View File

@ -555,8 +555,8 @@ You can set icons for:
- Symlinks. If an icon is not provided, the `default` icon is used.
>
let g:nvim_tree_icons = {
\ 'default': '',
\ 'symlink': '',
\ 'default': "",
\ 'symlink': "",
\ 'git': {
\ 'unstaged': "✗",
\ 'staged': "✓",