2021-01-16 03:04:18 +08:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2021-07-09 20:16:11 +03:00
|
|
|
;;; completion/vertico/packages.el
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-07-09 19:59:44 +03:00
|
|
|
(package! vertico
|
|
|
|
:recipe (:host github :repo "minad/vertico"
|
|
|
|
:files ("*.el" "extensions/*.el"))
|
2021-09-21 18:49:35 +03:00
|
|
|
:pin "0df75c0bbc545b1bd008718b1af2e6c0df18fe74")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-09-14 20:32:19 +03:00
|
|
|
(package! orderless :pin "62f71c34baca0b7d0adeab4a1c07d85ffcee80d9")
|
2021-01-16 20:21:50 +08:00
|
|
|
|
2021-09-21 18:49:35 +03:00
|
|
|
(package! consult :pin "dc6e45586194cb30b3ba7614189718f3db1391c3")
|
2021-01-16 20:21:50 +08:00
|
|
|
(when (featurep! :checkers syntax)
|
2021-06-16 20:24:44 +03:00
|
|
|
(package! consult-flycheck :pin "92b259e6a8ebe6439f67d3d7ffa44b7e64b76478"))
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-09-21 18:49:35 +03:00
|
|
|
(package! embark :pin "1492aefc00abc3355bf04c2ed05f40ff2f523fcf")
|
|
|
|
(package! embark-consult :pin "1492aefc00abc3355bf04c2ed05f40ff2f523fcf")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2021-09-14 20:32:19 +03:00
|
|
|
(package! marginalia :pin "cb1d3ba604dda17d8d44e7355ad76a1651830a30")
|
2021-05-07 11:40:55 -05:00
|
|
|
|
|
|
|
(package! wgrep :pin "f9687c28bbc2e84f87a479b6ce04407bb97cfb23")
|
2021-07-04 04:15:58 +03:00
|
|
|
|
|
|
|
(when (featurep! +icons)
|
2021-08-10 17:49:00 +03:00
|
|
|
(package! all-the-icons-completion :pin "96500418541b7376cd0b3e4583b9509c0dd92b27"))
|