mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Prescient re-sorts completion candidates by frecency, which is disruptive for backends that do their own sorting (like LSP or sly, or any backend that does fuzzy completion). It also slows down the presentation of candidates by at least a magnitude of 2. The net loss in performance and accuracy doesn't justify having frecency sorting, and disabling it on a per-mode basis is too big a maintenance hassle. Fix #3630