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 = {
|
||||
indent = {
|
||||
with_expanders = true, -- if nil and file nesting is enabled, will enable expanders
|
||||
expander_collapsed = " ",
|
||||
expander_expanded = "",
|
||||
expander_collapsed = "",
|
||||
expander_expanded = "",
|
||||
expander_highlight = "NeoTreeExpander",
|
||||
},
|
||||
icon = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue