chore(config): enable filesystem watchers by default

This commit is contained in:
kiyan
2022-07-26 10:46:59 +02:00
parent eff1db341c
commit 5f30a7bee4
2 changed files with 3 additions and 4 deletions

View File

@@ -538,7 +538,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
exclude = {},
},
filesystem_watchers = {
enable = false,
enable = true,
debounce_delay = 50,
},
git = {