Skip to content

Commit 591b648

Browse files
committed
update doc g:nvim_tree_icons to match defaults
1 parent cc387e8 commit 591b648

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ let g:nvim_tree_show_icons = {
6464
" default will show icon by default if no icon is provided
6565
" default shows no icon by default
6666
let g:nvim_tree_icons = {
67-
\ 'default': '',
68-
\ 'symlink': '',
67+
\ 'default': "",
68+
\ 'symlink': "",
6969
\ 'git': {
7070
\ 'unstaged': "✗",
7171
\ 'staged': "✓",

doc/nvim-tree-lua.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ You can set icons for:
555555
- Symlinks. If an icon is not provided, the `default` icon is used.
556556
>
557557
let g:nvim_tree_icons = {
558-
\ 'default': '',
559-
\ 'symlink': '',
558+
\ 'default': "",
559+
\ 'symlink': "",
560560
\ 'git': {
561561
\ 'unstaged': "✗",
562562
\ 'staged': "✓",

0 commit comments

Comments
 (0)