We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c537a commit 0a07241Copy full SHA for 0a07241
doc/nvim-tree-lua.txt
@@ -280,7 +280,6 @@ Subsequent calls to setup will replace the previous configuration.
280
},
281
update_focused_file = {
282
enable = false,
283
- debounce_delay = 15,
284
update_root = false,
285
ignore_list = {},
286
@@ -511,7 +510,7 @@ until it finds the file.
511
510
*nvim-tree.update_focused_file.debounce_delay*
512
Idle milliseconds between BufEnter and update.
513
The last BufEnter will be focused, others are discarded.
514
- Type: `number`, Default: `15` (ms)
+ Type: `number`, Default: `50` (ms)
515
516
*nvim-tree.update_focused_file.update_root* (previously `update_focused_file.update_cwd`)
517
Update the root directory of the tree if the file is not under current
0 commit comments