2017-02-13 04:54:12 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; completion/ivy/packages.el
|
|
|
|
|
2020-03-27 01:09:33 -04:00
|
|
|
(package! swiper :pin "64f05f4735")
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! ivy)
|
2017-09-23 16:26:30 +02:00
|
|
|
(package! ivy-hydra)
|
2020-01-14 22:32:11 -05:00
|
|
|
(package! counsel)
|
|
|
|
|
2020-02-24 20:23:59 -05:00
|
|
|
(package! amx :pin "e512e74e83")
|
|
|
|
(package! counsel-projectile :pin "b556ed8995")
|
2020-03-27 01:09:33 -04:00
|
|
|
(package! ivy-rich :pin "596874d146")
|
2020-02-24 20:23:59 -05:00
|
|
|
(package! wgrep :pin "5977b8e000")
|
2018-05-08 21:47:40 +02:00
|
|
|
|
2019-05-29 00:01:45 +10:00
|
|
|
(if (featurep! +prescient)
|
2020-04-12 17:52:35 -04:00
|
|
|
(package! ivy-prescient :pin "53307731f3")
|
2019-05-29 00:01:45 +10:00
|
|
|
(when (featurep! +fuzzy)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! flx :pin "17f5c9cb2a")))
|
2018-08-04 13:47:19 +02:00
|
|
|
|
2019-11-07 12:49:30 -05:00
|
|
|
(when (featurep! +childframe)
|
2020-04-12 17:52:35 -04:00
|
|
|
(package! ivy-posframe :pin "ae9bafe94f"))
|
2019-04-25 22:18:17 -04:00
|
|
|
|
|
|
|
(when (featurep! +icons)
|
2020-02-24 20:23:59 -05:00
|
|
|
(package! all-the-icons-ivy :pin "a70cbfa1ef"))
|