diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-31 00:11:53 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-31 00:11:53 +0200 |
commit | 4a5e215a6d6f3fce298078faf8944ee1f5afb4f8 (patch) | |
tree | 66f58895482f0819969f9347e6121d597f7ca5fd /lua | |
parent | 15b0d27b6c726bf88fc4a51a9e35219ae1e42577 (diff) |
feat(nvim-tree): update cwd for focus file
Diffstat (limited to 'lua')
-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 386ec49..68df316 100644 --- a/lua/config/nvim-tree.lua +++ b/lua/config/nvim-tree.lua @@ -68,7 +68,7 @@ nvim_tree.setup { }, update_focused_file = { enable = false, - update_cwd = false, + update_cwd = true, ignore_list = {}, }, ignore_ft_on_setup = { |