feat(neo-tree): added expanders

This commit is contained in:
Folke Lemaitre 2023-03-03 20:10:40 +01:00
parent 099fd48844
commit 57c2dcb3a3
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -46,6 +46,14 @@ return {
["<space>"] = "none",
},
},
default_component_configs = {
indent = {
with_expanders = true, -- if nil and file nesting is enabled, will enable expanders
expander_collapsed = "",
expander_expanded = "",
expander_highlight = "NeoTreeExpander",
},
},
},
},