Skip to content

Commit 0a07241

Browse files
committed
Revert "fix(#1815): debounce BufEnter find_file"
This reverts commit 73c537a.
1 parent 73c537a commit 0a07241

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/nvim-tree-lua.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ Subsequent calls to setup will replace the previous configuration.
280280
},
281281
update_focused_file = {
282282
enable = false,
283-
debounce_delay = 15,
284283
update_root = false,
285284
ignore_list = {},
286285
},
@@ -511,7 +510,7 @@ until it finds the file.
511510
*nvim-tree.update_focused_file.debounce_delay*
512511
Idle milliseconds between BufEnter and update.
513512
The last BufEnter will be focused, others are discarded.
514-
Type: `number`, Default: `15` (ms)
513+
Type: `number`, Default: `50` (ms)
515514

516515
*nvim-tree.update_focused_file.update_root* (previously `update_focused_file.update_cwd`)
517516
Update the root directory of the tree if the file is not under current

0 commit comments

Comments
 (0)