Skip to content

Commit cbe2121

Browse files
committed
docs: fix default_icon typo in README and defaults, part of #130
1 parent 7a1edd7 commit cbe2121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ use {
6969
icon = {
7070
folder_closed = "",
7171
folder_open = "",
72-
default_icon = "*",
72+
default = "*",
7373
},
7474
name = {
7575
trailing_slash = false,

lua/neo-tree/defaults.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ local config = {
5959
icon = {
6060
folder_closed = "",
6161
folder_open = "",
62-
default_icon = "*",
62+
default = "*",
6363
},
6464
name = {
6565
trailing_slash = false,

0 commit comments

Comments
 (0)