From 57db4ca96a50b637bc7626fd5a35a61857ca2167 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 7 Sep 2023 11:54:32 +0200 Subject: [PATCH] dont follow buffer, seems to suck --- 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 e8b20c0..e4d034f 100644 --- a/lua/plex/plugins/neo-tree.lua +++ b/lua/plex/plugins/neo-tree.lua @@ -171,7 +171,7 @@ return { }, filesystem = { follow_current_file = { - enabled = true, -- This will find and focus the file in the active buffer every time + enabled = false, -- 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` },