From bd862c5b92f6f903301461179691726b7d08dcad Mon Sep 17 00:00:00 2001 From: kalmenn Date: Tue, 27 Feb 2024 20:24:33 +0100 Subject: [PATCH] feat(neo-tree): Re-enable group_empty_dirs and update --- lazy-lock.json | 2 +- lua/plugins/neo-tree.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lazy-lock.json b/lazy-lock.json index b39d021..6f2f31e 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -13,7 +13,7 @@ "mason-lspconfig.nvim": { "branch": "main", "commit": "0954d7730e749d606ddf8d7ae8846848be435d53" }, "mason-null-ls.nvim": { "branch": "main", "commit": "a1e19bf9baa86e8a43dd86cf9689ca9f71b4d1da" }, "mason.nvim": { "branch": "main", "commit": "c43eeb5614a09dc17c03a7fb49de2e05de203924" }, - "neo-tree.nvim": { "branch": "v3.x", "commit": "e578fe7a5832421b0d2c5b3c0a7a1e40e0f6a47a" }, + "neo-tree.nvim": { "branch": "v3.x", "commit": "f3941c57ec85d7bdb44fa53fd858fd80f159018f" }, "none-ls.nvim": { "branch": "main", "commit": "c10b7be7751aee820a02f2d1fafe76bc316fe223" }, "nui.nvim": { "branch": "main", "commit": "35da9ca1de0fc4dda96c2e214d93d363c145f418" }, "nvim": { "branch": "main", "commit": "c2034f7b549152e5cc757820426341ea5000bc7a" }, diff --git a/lua/plugins/neo-tree.lua b/lua/plugins/neo-tree.lua index 27d2231..ea3e5c2 100644 --- a/lua/plugins/neo-tree.lua +++ b/lua/plugins/neo-tree.lua @@ -19,7 +19,7 @@ return { follow_current_file = { enabled = true, }, - group_empty_dirs = false, -- Not working well + group_empty_dirs = true, -- Not working well use_libuv_file_watcher = true, }, buffers = {