Skip to content

Commit be18bf8

Browse files
committed
fix: make debouncer thread safe, reschedule when a job is executing
1 parent 57f2f0a commit be18bf8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/nvim-tree-lua.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ Subsequent calls to setup will replace the previous configuration.
263263
diagnostics = {
264264
enable = false,
265265
show_on_dirs = false,
266+
debounce_delay = 50,
266267
icons = {
267268
hint = "",
268269
info = "",
@@ -328,6 +329,7 @@ Subsequent calls to setup will replace the previous configuration.
328329
all = false,
329330
config = false,
330331
copy_paste = false,
332+
dev = false,
331333
diagnostics = false,
332334
git = false,
333335
profile = false,
@@ -471,6 +473,10 @@ Show LSP and COC diagnostics in the signcolumn
471473
Enable/disable the feature.
472474
Type: `boolean`, Default: `false`
473475

476+
*nvim-tree.diagnostics.debounce_delay*
477+
Idle milliseconds between diagnostic event and update.
478+
Type: `number`, Default: `50` (ms)
479+
474480
*nvim-tree.diagnostics.show_on_dirs*
475481
Show diagnostic icons on parent directories.
476482
Type: `boolean`, Default: `false`

0 commit comments

Comments
 (0)