From 3c89a409f0d6080a435bccf677bc69272e930912 Mon Sep 17 00:00:00 2001 From: kalmenn Date: Wed, 25 Sep 2024 15:45:40 +0200 Subject: [PATCH] feat(neo-tree): Don't group empty dirs anymore --- lua/plugins/neo-tree.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/plugins/neo-tree.lua b/lua/plugins/neo-tree.lua index 99d6b64..a39abbe 100644 --- a/lua/plugins/neo-tree.lua +++ b/lua/plugins/neo-tree.lua @@ -26,14 +26,13 @@ return { follow_current_file = { enabled = true, }, - group_empty_dirs = true, -- Not working well + group_empty_dirs = false, -- Not working well use_libuv_file_watcher = true, }, buffers = { follow_current_file = { enabled = true, }, - group_empty_dirs = true, }, window = { position = "right",