diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-31 00:15:41 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-31 00:15:41 +0200 |
commit | be2e880fec29022e1aad6def61579c274bae60bd (patch) | |
tree | 0c4724ba8a1ee4c04b444e4842f0191252271ab1 /lua | |
parent | f2ed6589eee3a9c2528c9aeaf5c722f5999fef58 (diff) |
feat(nvim tree): enable focus
Diffstat (limited to 'lua')
-rw-r--r-- | lua/config/nvim-tree.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/config/nvim-tree.lua b/lua/config/nvim-tree.lua index 7dae1eb..bae27b4 100644 --- a/lua/config/nvim-tree.lua +++ b/lua/config/nvim-tree.lua @@ -67,8 +67,8 @@ nvim_tree.setup { auto_open = true, }, update_focused_file = { - enable = false, - update_cwd = false, + enable = true, + update_cwd = true, ignore_list = {}, }, ignore_ft_on_setup = { |