make nvim-tree automatically refresh to current working dir changes

This commit is contained in:
Gered 2025-01-02 21:05:12 -05:00
parent b9de2101bb
commit 7f95b4d367

View file

@ -8,6 +8,7 @@ return {
},
config = function()
require('nvim-tree').setup {
sync_root_with_cwd = true,
actions = {
open_file = {
resize_window = false,