update doc g:nvim_tree_icons to match defaults
This commit is contained in:
@@ -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': "✓",
|
||||||
|
|||||||
@@ -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': "✓",
|
||||||
|
|||||||
Reference in New Issue
Block a user