feat(watcher): add filesystem_watchers.ignore_dirs (#1705)
This commit is contained in:
committed by
GitHub
parent
33ce8e3c73
commit
ed9db632a8
@@ -589,6 +589,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
|
||||
filesystem_watchers = {
|
||||
enable = true,
|
||||
debounce_delay = 50,
|
||||
ignore_dirs = {},
|
||||
},
|
||||
git = {
|
||||
enable = true,
|
||||
|
||||
Reference in New Issue
Block a user