feat(nvimtree): enable filesystem watchers

Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
navigator
Höhl, Lukas 2 years ago committed by siduck
parent 73cfdd7367
commit e52ba32fa3

@ -32,6 +32,9 @@ local options = {
enable = false,
ignore = true,
},
filesystem_watchers = {
enable = true,
},
actions = {
open_file = {
resize_window = true,

Loading…
Cancel
Save