summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-31 00:12:56 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-31 00:12:56 +0200
commit7e2e3f7f4d673bc30bb6fe0bb6324986da2ef0a2 (patch)
tree25deae7186c2423adc8d3275017cb577fe63ad90
parent4a5e215a6d6f3fce298078faf8944ee1f5afb4f8 (diff)
feat(nvim tree): update cwd
-rw-r--r--lua/config/nvim-tree.lua2
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,