make nvim-tree automatically refresh to current working dir changes
This commit is contained in:
parent
b9de2101bb
commit
7f95b4d367
|
@ -8,6 +8,7 @@ return {
|
|||
},
|
||||
config = function()
|
||||
require('nvim-tree').setup {
|
||||
sync_root_with_cwd = true,
|
||||
actions = {
|
||||
open_file = {
|
||||
resize_window = false,
|
||||
|
|
Loading…
Reference in a new issue