+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.
10 lines
202 B
EmacsLisp
10 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)
|