From b5063c5cc42e6ba82311603a1ff26837de9d175b Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Fri, 20 Sep 2024 12:06:55 +0200 Subject: [PATCH] bind tree to cwd --- lua/plugins/tree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/tree.lua b/lua/plugins/tree.lua index 0385c15..8551d01 100644 --- a/lua/plugins/tree.lua +++ b/lua/plugins/tree.lua @@ -11,7 +11,7 @@ return { opts = { filesystem = { follow_current_file = { enabled = true }, - bind_to_cwd = false, + bind_to_cwd = true, }, }, keys = {