feat(nvimtree): enable filesystem watchers

Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
This commit is contained in:
Höhl, Lukas 2022-06-27 16:14:43 +02:00 committed by siduck
parent 73cfdd7367
commit e52ba32fa3
1 changed files with 3 additions and 0 deletions

View File

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