diff options
-rw-r--r-- | lua/config/nvim-tree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/nvim-tree.lua b/lua/config/nvim-tree.lua index 68df316..eaf0bfc 100644 --- a/lua/config/nvim-tree.lua +++ b/lua/config/nvim-tree.lua @@ -44,7 +44,7 @@ nvim_tree.setup { open_on_setup = false, open_on_tab = false, sort_by = "name", - update_cwd = false, + update_cwd = true, view = { width = 30, height = 30, |