mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
revert icon changes in neotree
This commit is contained in:
parent
9de7bf70c3
commit
ddf018fd53
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ return {
|
||||||
default_component_configs = {
|
default_component_configs = {
|
||||||
indent = {
|
indent = {
|
||||||
with_expanders = true, -- if nil and file nesting is enabled, will enable expanders
|
with_expanders = true, -- if nil and file nesting is enabled, will enable expanders
|
||||||
expander_collapsed = " ",
|
expander_collapsed = "",
|
||||||
expander_expanded = "",
|
expander_expanded = "",
|
||||||
expander_highlight = "NeoTreeExpander",
|
expander_highlight = "NeoTreeExpander",
|
||||||
},
|
},
|
||||||
icon = {
|
icon = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue