feat(nvim): configure neotree to update automatically

This commit is contained in:
2025-10-26 12:05:20 -05:00
parent fed7d82387
commit 2d765ff05d

View File

@@ -29,8 +29,10 @@ return {
hide_gitignored = false, hide_gitignored = false,
hide_by_name = { hide_by_name = {
'.git', '.git',
'__pycache__/',
} }
}, },
use_libuv_file_watcher = true,
never_show = {}, never_show = {},
window = { window = {
mappings = { mappings = {
@@ -40,3 +42,4 @@ return {
}, },
}, },
} }