From 41eef4b8c9b34975f7ec93565380dff3424cadc1 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 7 Sep 2023 14:12:54 +0200 Subject: [PATCH] follow buffer neotree --- lua/plex/plugins/neo-tree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plex/plugins/neo-tree.lua b/lua/plex/plugins/neo-tree.lua index e0ad837..503391b 100644 --- a/lua/plex/plugins/neo-tree.lua +++ b/lua/plex/plugins/neo-tree.lua @@ -173,7 +173,7 @@ return { }, filesystem = { follow_current_file = { - enabled = false, -- This will find and focus the file in the active buffer every time + enabled = true, -- This will find and focus the file in the active buffer every time -- -- the current file is changed while the tree is open. leave_dirs_open = true, -- `false` closes auto expanded dirs, such as with `:Neotree reveal` },