From 9bc4ba736fb7f8a9a7c13ace329051b38bafd43b Mon Sep 17 00:00:00 2001 From: edhlii Date: Sat, 29 Mar 2025 09:48:51 +0700 Subject: [PATCH] Neotree migration --- lua/custom/plugins/neo-tree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/neo-tree.lua b/lua/custom/plugins/neo-tree.lua index d43e76e4..2f1fbcb3 100644 --- a/lua/custom/plugins/neo-tree.lua +++ b/lua/custom/plugins/neo-tree.lua @@ -14,7 +14,7 @@ return { hide_dotfiles = false, hide_gitignored = false, }, - follow_current_file = true, -- Highlight current file + follow_current_file = { enabled = true }, -- Highlight current file use_libuv_file_watcher = true, -- Auto-update tree when files change }, window = {