doomemacs/modules/completion/ivy/packages.el
Henrik Lissner 1c2683ce9d
completion/ivy: add ivy-rich; rewrite custom transformer #331
+ivy-buffer-transformer does *most* of what ivy-rich does, so lets cut down on
our own code, bring in ivy-rich, and add our customizations on top of it.

This fixes ivy-use-virtual-buffers support, too.
2018-01-08 14:41:41 -05:00

11 lines
202 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; completion/ivy/packages.el
(package! ivy)
(package! counsel)
(package! counsel-projectile)
(package! smex)
(package! swiper)
(package! ivy-hydra)
(package! ivy-rich)