doomemacs/modules/completion/ivy/packages.el
Henrik Lissner baf400b736
completion/ivy: add ivy-prescient #774
Better fuzzy support versus flx; hopefully faster. Also brings frecency
sorting to ivy commands.
2018-08-02 01:53:29 +02:00

16 lines
316 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; completion/ivy/packages.el
(package! amx)
(package! ivy)
(package! counsel)
(package! counsel-projectile)
(package! swiper)
(package! ivy-hydra)
(package! ivy-rich)
(package! wgrep)
(package! ivy-prescient)
(when (and EMACS26+ (featurep! +childframe))
(package! ivy-posframe))