We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc387e8 commit 591b648Copy full SHA for 591b648
README.md
@@ -64,8 +64,8 @@ let g:nvim_tree_show_icons = {
64
" default will show icon by default if no icon is provided
65
" default shows no icon by default
66
let g:nvim_tree_icons = {
67
- \ 'default': '',
68
- \ 'symlink': '',
+ \ 'default': "",
+ \ 'symlink': "",
69
\ 'git': {
70
\ 'unstaged': "✗",
71
\ 'staged': "✓",
doc/nvim-tree-lua.txt
@@ -555,8 +555,8 @@ You can set icons for:
555
- Symlinks. If an icon is not provided, the `default` icon is used.
556
>
557
558
559
560
561
562
0 commit comments