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:
Andrew Whatson 2019-05-29 00:10:21 +10:00
parent 2a511a6576
commit 9f4352006f

View file

@ -305,7 +305,8 @@ immediately runs it on the current candidate (ending the ivy session)."
(swiper . ivy--regex-plus)
(swiper-isearch . ivy--regex-plus)
(t . ivy--regex-fuzzy))
ivy-initial-inputs-alist nil))
ivy-initial-inputs-alist nil
ivy-flx-limit 10000))
(def-package! ivy-prescient