completion/vertico: consult-async-min-input = 2
Legitimate two-letter searches are common enough in codebases that consult-async-min-input's default value of 3 catches me up more often than not.
This commit is contained in:
parent
97048e2db4
commit
d7a223493e
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ overrides `completion-styles' during company completion sessions.")
|
||||||
:config
|
:config
|
||||||
(setq consult-project-root-function #'doom-project-root
|
(setq consult-project-root-function #'doom-project-root
|
||||||
consult-narrow-key "<"
|
consult-narrow-key "<"
|
||||||
consult-line-numbers-widen t)
|
consult-line-numbers-widen t
|
||||||
|
consult-async-min-input 2)
|
||||||
|
|
||||||
(when doom-projectile-fd-binary
|
(when doom-projectile-fd-binary
|
||||||
(setq consult-async-refresh-delay 0.2
|
(setq consult-async-refresh-delay 0.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue