Skip to content

Commit 3ec122f

Browse files
committed
nvim-tree_lua.lua: set 'update_focused_file' to true
1 parent 2dd3d5a commit 3ec122f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/nvim-tree_lua.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ require'nvim-tree'.setup {
6161
icons = {hint = "", info = "", warning = "", error = ""},
6262
},
6363
git = {enable = false},
64-
update_focused_file = {enable = false, update_cwd = false, ignore_list = {}},
64+
update_focused_file = {enable = true, update_cwd = false, ignore_list = {}},
6565
system_open = {cmd = nil, args = {}},
6666
filters = {dotfiles = false, custom = {}},
6767

0 commit comments

Comments
 (0)