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 will show icon by default if no icon is provided
" default shows no icon by default " default shows no icon by default
let g:nvim_tree_icons = { let g:nvim_tree_icons = {
\ 'default': '', \ 'default': "",
\ 'symlink': '', \ 'symlink': "",
\ 'git': { \ 'git': {
\ 'unstaged': "✗", \ 'unstaged': "✗",
\ 'staged': "✓", \ 'staged': "✓",

View File

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