From 57c2dcb3a35704a849ea8ba210f963c22fb6d1ce Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 3 Mar 2023 20:10:40 +0100 Subject: [PATCH] feat(neo-tree): added expanders --- lua/lazyvim/plugins/editor.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 998c60f7..cdefb03a 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -46,6 +46,14 @@ return { [""] = "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", + }, + }, }, },