Increase ivy-flx-limit for improved fuzzy behavior
The default setting of 200 is too low for common use-cases like `describe-function`, `describe-variable` or `counsel-projectile`. This has a performance impact, but it's barely noticeable on a fast machine. If performance is not acceptable, set `ivy-flx-limit` lower or consider disabling the `+fuzzy` feature entirely.
This commit is contained in:
parent
2a511a6576
commit
9f4352006f
1 changed files with 2 additions and 1 deletions
|
@ -305,7 +305,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||||
(swiper . ivy--regex-plus)
|
(swiper . ivy--regex-plus)
|
||||||
(swiper-isearch . ivy--regex-plus)
|
(swiper-isearch . ivy--regex-plus)
|
||||||
(t . ivy--regex-fuzzy))
|
(t . ivy--regex-fuzzy))
|
||||||
ivy-initial-inputs-alist nil))
|
ivy-initial-inputs-alist nil
|
||||||
|
ivy-flx-limit 10000))
|
||||||
|
|
||||||
|
|
||||||
(def-package! ivy-prescient
|
(def-package! ivy-prescient
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue