tweak(vertico): tune consult async timers
For a more responsive UX.
This commit is contained in:
parent
caf480e18a
commit
ffcfb6d8b3
1 changed files with 4 additions and 3 deletions
|
@ -84,11 +84,12 @@ overrides `completion-styles' during company completion sessions.")
|
|||
(setq consult-project-root-function #'doom-project-root
|
||||
consult-narrow-key "<"
|
||||
consult-line-numbers-widen t
|
||||
consult-async-min-input 2)
|
||||
consult-async-min-input 2
|
||||
consult-async-refresh-delay 0.15
|
||||
consult-async-input-throttle 0.2
|
||||
consult-async-input-debounce 0.1)
|
||||
|
||||
(when doom-projectile-fd-binary
|
||||
(setq consult-async-refresh-delay 0.2
|
||||
consult-async-input-throttle 0.3)
|
||||
(setq consult-find-command
|
||||
(format "%s -i -H -E .git --regex %s ARG OPTS"
|
||||
doom-projectile-fd-binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue