feat(nvimtree): enable filesystem watchers
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
This commit is contained in:
parent
73cfdd7367
commit
e52ba32fa3
|
@ -32,6 +32,9 @@ local options = {
|
||||||
enable = false,
|
enable = false,
|
||||||
ignore = true,
|
ignore = true,
|
||||||
},
|
},
|
||||||
|
filesystem_watchers = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
actions = {
|
actions = {
|
||||||
open_file = {
|
open_file = {
|
||||||
resize_window = true,
|
resize_window = true,
|
||||||
|
|
Loading…
Reference in New Issue