You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/nvim-tree/_meta/config/filesystem_watchers.lua
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,10 @@ error("Cannot require a meta file")
12
12
--- - A function that is passed an absolute path and returns `true` to disable
13
13
---This may be useful when a path is not in `.gitignore` or git integration is disabled.
14
14
---
15
-
---On runaway consecutive filesystem events for a single directory with an interval < [nvim-tree.filesystem_watchers.debounce_delay]:
15
+
---After {max_events} consecutive filesystem events on a single directory with an interval < {debounce_delay}:
16
16
---- The filesystem watcher will be disabled for that directory.
17
17
---- A warning notification will be shown.
18
-
---- Consider adding this directory to [filesystem_watchers.ignore_dirs]
19
-
---
20
-
---The runaway threshold is controlled by {max_events} and has been observed when running on Windows PowerShell: an infinite number of filesystem events were raised and Nvim hangs.
18
+
---- Consider adding this directory to {ignore_dirs}
21
19
---
22
20
---@classnvim_tree.config.filesystem_watchers
23
21
---
@@ -32,6 +30,6 @@ error("Cannot require a meta file")
0 commit comments