File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ Subsequent calls to setup will replace the previous configuration.
263
263
diagnostics = {
264
264
enable = false,
265
265
show_on_dirs = false,
266
+ debounce_delay = 50,
266
267
icons = {
267
268
hint = "",
268
269
info = "",
@@ -328,6 +329,7 @@ Subsequent calls to setup will replace the previous configuration.
328
329
all = false,
329
330
config = false,
330
331
copy_paste = false,
332
+ dev = false,
331
333
diagnostics = false,
332
334
git = false,
333
335
profile = false,
@@ -471,6 +473,10 @@ Show LSP and COC diagnostics in the signcolumn
471
473
Enable/disable the feature.
472
474
Type: `boolean ` , Default: `false`
473
475
476
+ *nvim-tree.diagnostics.debounce_delay*
477
+ Idle milliseconds between diagnostic event and update.
478
+ Type: `number ` , Default: `50 ` (ms)
479
+
474
480
*nvim-tree.diagnostics.show_on_dirs*
475
481
Show diagnostic icons on parent directories.
476
482
Type: `boolean ` , Default: `false`
You can’t perform that action at this time.
0 commit comments