File tree 2 files changed +0
-8
lines changed 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,6 @@ Subsequent calls to setup will replace the previous configuration.
332
332
enable = false,
333
333
show_on_dirs = true,
334
334
show_on_open_dirs = false,
335
- debounce_delay = 50,
336
335
},
337
336
actions = {
338
337
use_system_clipboard = true,
@@ -644,12 +643,6 @@ Indicate which file have unsaved modification.
644
643
Only relevant when | modified.show_on_dirs | is `true` .
645
644
Type: `boolean ` , Default: `false`
646
645
647
- *nvim-tree.modified.debounce_delay*
648
- Idle milliseconds between the file is modified and action.
649
- This helps performance when large number of files are modified in quick
650
- succession (e.g. lsp rename).
651
- Type: `number ` , Default: `50 ` (ms)
652
-
653
646
You will still need to set | renderer.icons.show.modified | `= true` or
654
647
| renderer.highlight_modified | `= true` to be able to see things in the
655
648
tree.
Original file line number Diff line number Diff line change @@ -653,7 +653,6 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
653
653
enable = false ,
654
654
show_on_dirs = true ,
655
655
show_on_open_dirs = false ,
656
- debounce_delay = 50 ,
657
656
},
658
657
actions = {
659
658
use_system_clipboard = true ,
You can’t perform that action at this time.
0 commit comments