doomemacs/modules/completion/ivy/packages.el

23 lines
439 B
EmacsLisp
Raw Normal View History

2017-02-13 04:54:12 -05:00
;; -*- no-byte-compile: t; -*-
;;; completion/ivy/packages.el
(package! amx)
(package! ivy)
(package! counsel)
(package! counsel-projectile)
(package! swiper)
2017-09-23 16:26:30 +02:00
(package! ivy-hydra)
(package! ivy-rich)
(package! wgrep)
(if (featurep! +prescient)
(package! ivy-prescient)
(when (featurep! +fuzzy)
(package! flx)))
2018-08-04 13:47:19 +02:00
(when (featurep! +childframe)
(package! ivy-posframe))
(when (featurep! +icons)
(package! all-the-icons-ivy))