🚀 perf(nvim): disable delay for the cmp menu

This commit is contained in:
Sergio Laín 2024-08-27 01:07:36 +02:00
parent 234a5bce2f
commit cbb4566a36
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -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,