🚀 perf(nvim): disable delay for the cmp menu
This commit is contained in:
parent
234a5bce2f
commit
cbb4566a36
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ return {
|
|||
}
|
||||
|
||||
opts.performance = {
|
||||
debounce = 20,
|
||||
throttle = 20,
|
||||
debounce = 0,
|
||||
throttle = 0,
|
||||
fetching_timeout = 20,
|
||||
confirm_resolve_timeout = 20,
|
||||
async_budget = 1,
|
||||
|
|
Loading…
Add table
Reference in a new issue