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
|
|
|
|
2024-06-19 18:33:43 -04:00
|
|
|
(package! vertico :pin "ba650a7ab90d66686ba787937ac9e71f749c598e")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2024-06-19 18:33:43 -04:00
|
|
|
(package! orderless :pin "53f5204ad3f541e11eb6eeb9b86584964b7a3678")
|
2021-01-16 20:21:50 +08:00
|
|
|
|
2024-06-19 18:33:43 -04:00
|
|
|
(package! consult :pin "fe4852280006e61be7f1374d021ee06155ce5a26")
|
|
|
|
(package! consult-dir :pin "15891383f34d43acc5bb82bda92239b1f54cf178")
|
2022-08-17 01:16:08 +01:00
|
|
|
(when (and (modulep! :checkers syntax)
|
|
|
|
(not (modulep! :checkers syntax +flymake)))
|
2024-03-19 19:49:54 -04:00
|
|
|
(package! consult-flycheck :pin "754f5497d827f7d58009256a21af614cc44378a3"))
|
2024-06-19 18:33:43 -04:00
|
|
|
(package! embark :pin "9c166c4b96a0b1e85401bcc6fb95ce021e7b5013")
|
|
|
|
(package! embark-consult :pin "9c166c4b96a0b1e85401bcc6fb95ce021e7b5013")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2024-06-19 18:33:43 -04:00
|
|
|
(package! marginalia :pin "da72da4622c7b38741e6968678028f7e0564816c")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2024-01-27 23:59:34 +02:00
|
|
|
(package! wgrep :pin "208b9d01cfffa71037527e3a324684b3ce45ddc4")
|
2021-07-04 04:15:58 +03:00
|
|
|
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! +icons)
|
2023-09-14 00:03:55 +01:00
|
|
|
(package! nerd-icons-completion :pin "c2db8557a3c1a9588d111f8c8e91cae96ee85010"))
|
2022-02-16 21:07:32 -06:00
|
|
|
|
2022-08-12 20:29:19 +02:00
|
|
|
(when (modulep! +childframe)
|
2022-02-16 21:07:32 -06:00
|
|
|
(package! vertico-posframe
|
|
|
|
:recipe (:host github :repo "tumashu/vertico-posframe")
|
2024-02-05 16:44:07 -05:00
|
|
|
:pin "2e0e09e5bbd6ec576ddbe566ab122575ef051fab"))
|
2024-03-20 00:03:37 -04:00
|
|
|
|
|
|
|
(when (modulep! :editor snippets)
|
|
|
|
(package! consult-yasnippet :pin "834d39acfe8a7d2c304afbe4d649b9372118c756"))
|