mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user