DarwinAwardWinner/amx@3af93ca -> DarwinAwardWinner/amx@e512e74 Yevgnen/ivy-rich@7bfc726 -> Yevgnen/ivy-rich@af43aba abo-abo/swiper@098f8fe -> abo-abo/swiper@7084d60 asok/all-the-icons-ivy@babea62 -> asok/all-the-icons-ivy@a70cbfa ericdanan/counsel-projectile@cadc6de -> ericdanan/counsel-projectile@b556ed8 mhayashi1120/Emacs-wgrep@e67e737 -> mhayashi1120/Emacs-wgrep@5977b8e
23 lines
602 B
EmacsLisp
23 lines
602 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/ivy/packages.el
|
|
|
|
(package! swiper :pin "7084d60312")
|
|
(package! ivy)
|
|
(package! ivy-hydra)
|
|
(package! counsel)
|
|
|
|
(package! amx :pin "e512e74e83")
|
|
(package! counsel-projectile :pin "b556ed8995")
|
|
(package! ivy-rich :pin "af43abad5c")
|
|
(package! wgrep :pin "5977b8e000")
|
|
|
|
(if (featurep! +prescient)
|
|
(package! ivy-prescient :pin "7fd8c3b802")
|
|
(when (featurep! +fuzzy)
|
|
(package! flx :pin "17f5c9cb2a")))
|
|
|
|
(when (featurep! +childframe)
|
|
(package! ivy-posframe :pin "6d697ff00a"))
|
|
|
|
(when (featurep! +icons)
|
|
(package! all-the-icons-ivy :pin "a70cbfa1ef"))
|