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-09-01 14:34:06 -04:00
|
|
|
(package! vertico :pin "c682ef50e62237435e9fc287927ce4181b49be90")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2024-09-01 14:34:06 -04:00
|
|
|
(package! orderless :pin "49d1fdfb80b55699a00b11bc916ad29c0447039b")
|
2021-01-16 20:21:50 +08:00
|
|
|
|
2024-09-01 14:34:06 -04:00
|
|
|
(package! consult :pin "0c3f53916ea0db0c472c0a0c620a85cc1b00caf2")
|
2024-06-19 18:33:43 -04:00
|
|
|
(package! consult-dir :pin "15891383f34d43acc5bb82bda92239b1f54cf178")
|
2022-08-17 01:16:08 +01:00
|
|
|
(when (and (modulep! :checkers syntax)
|
|
|
|
(not (modulep! :checkers syntax +flymake)))
|
2024-09-01 14:34:06 -04:00
|
|
|
(package! consult-flycheck :pin "3b999ae983900c16c0b5b5c30b7eca640d386a76"))
|
|
|
|
(package! embark :pin "19a13e344e04bbf861eaa74491b23da52b398672")
|
|
|
|
(package! embark-consult :pin "19a13e344e04bbf861eaa74491b23da52b398672")
|
2021-01-16 03:04:18 +08:00
|
|
|
|
2024-09-01 14:34:06 -04:00
|
|
|
(package! marginalia :pin "50a51c69f006ec8b3ba1c570555d279d4cff6d99")
|
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)
|
2024-09-01 14:34:06 -04:00
|
|
|
(package! nerd-icons-completion :pin "426a1d7c29a04ae8e6ae9b55b0559f11a1e8b420"))
|
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"))
|