mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bump: :completion
abo-abo/swiper@2529a23f9f -> abo-abo/swiper@2257a9d051 company-mode/company-mode@41f07c7d40 -> company-mode/company-mode@1924eabfa7 elken/yasnippet-capf@de6446732b -> elken/yasnippet-capf@f53c42a996 emacs-helm/helm@5a222a8a6b -> emacs-helm/helm@90cd6ad68c minad/cape@5546a2db8e -> minad/cape@c9191ee9e1 minad/consult-flycheck@77d3e790a3 -> minad/consult-flycheck@8067363ee3 minad/consult@ee64a2a299 -> minad/consult@7146596b56 minad/corfu@2e05fe8244 -> minad/corfu@53aa6c85be minad/marginalia@2ff4d690f7 -> minad/marginalia@0e7097051c minad/vertico@304be874be -> minad/vertico@b43b594bb3 oantolin/embark@923d0ec52e -> oantolin/embark@2941f2ea36 rainstormstudio/nerd-icons-completion@8e5b995eb2 -> rainstormstudio/nerd-icons-completion@e15e21a263
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; completion/company/packages.el
|
||||
|
||||
(package! company :pin "41f07c7d401c1374a76f3004a3448d3d36bdf347")
|
||||
(package! company :pin "1924eabfa7438974da0500e85fff5fb32c27282c")
|
||||
(package! company-dict :pin "cd7b8394f6014c57897f65d335d6b2bd65dab1f4")
|
||||
(when (modulep! +childframe)
|
||||
(package! company-box :pin "c4f2e243fba03c11e46b1600b124e036f2be7691"))
|
||||
|
@ -1,8 +1,8 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; completion/corfu/packages.el
|
||||
|
||||
(package! corfu :pin "2e05fe8244fff22c3c3d2af4334b1850250212a9")
|
||||
(package! cape :pin "5546a2db8e3928d5a95e1174e69a5742ddf97c0f")
|
||||
(package! corfu :pin "53aa6c85be72ce220a4321487c535295b0de0488")
|
||||
(package! cape :pin "c9191ee9e13e86a7b40c3d25c8bf7907c085a1cf")
|
||||
(when (modulep! +icons)
|
||||
(package! nerd-icons-corfu :pin "55b17ee20a5011c6a9be8beed6a9daf644815b5a"))
|
||||
(when (and (not (modulep! :completion vertico))
|
||||
@ -14,4 +14,4 @@
|
||||
(when (modulep! :os tty)
|
||||
(package! corfu-terminal :pin "501548c3d51f926c687e8cd838c5865ec45d03cc"))
|
||||
(when (modulep! :editor snippets)
|
||||
(package! yasnippet-capf :pin "de6446732b106965ea583c9e076770694f7226b8"))
|
||||
(package! yasnippet-capf :pin "f53c42a996b86fc95b96bdc2deeb58581f48c666"))
|
||||
|
@ -1,7 +1,7 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; completion/helm/packages.el
|
||||
|
||||
(package! helm :pin "5a222a8a6b5e453c762fda8b219102e29e706dde")
|
||||
(package! helm :pin "90cd6ad68c472b9908346ea3d39b63e2547fcc3d")
|
||||
(package! helm-company :pin "4622b82353220ee6cc33468f710fa5b6b253b7f1")
|
||||
(package! helm-c-yasnippet :pin "c5880e740da101fde7a995e94a7b16c330e57583")
|
||||
(package! helm-descbinds :pin "c12bc85ef3ce342fe1c78cdd86117c05d5310789")
|
||||
|
@ -1,7 +1,7 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; completion/ivy/packages.el
|
||||
|
||||
(package! swiper :pin "2529a23f9f510a94efa6c088bd14217aa764dafb")
|
||||
(package! swiper :pin "2257a9d0519e18f5ce7a7fafda8a1a8e5023628e")
|
||||
(package! ivy)
|
||||
(package! ivy-avy)
|
||||
(package! counsel)
|
||||
|
@ -1,23 +1,23 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; completion/vertico/packages.el
|
||||
|
||||
(package! vertico :pin "304be874be3d6198f80f987c1b433c816c4e1d3f")
|
||||
(package! vertico :pin "b43b594bb318e722b908f01a6a11409af14b1413")
|
||||
|
||||
(package! orderless :pin "254f2412489bbbf62700f9d3d5f18e537841dcc3")
|
||||
|
||||
(package! consult :pin "ee64a2a2998e7ae462f5125f280cd656c18c77b4")
|
||||
(package! consult :pin "7146596b564fb0a52b5bff420f27454911f603c8")
|
||||
(package! consult-dir :pin "4532b8d215d16b0159691ce4dee693e72d71e0ff")
|
||||
(when (modulep! :checkers syntax -flymake)
|
||||
(package! consult-flycheck :pin "77d3e790a322934ecb63ac0e8056b7a7b3d39fdf"))
|
||||
(package! embark :pin "923d0ec52e2e3e0ae44e497c31c7888e87d08a8f")
|
||||
(package! embark-consult :pin "923d0ec52e2e3e0ae44e497c31c7888e87d08a8f")
|
||||
(package! consult-flycheck :pin "8067363ee33c01d339d9f18091dce5f18e3b97ee"))
|
||||
(package! embark :pin "2941f2ea36d61c1a84c3f79ebe47d604c9a92b5d")
|
||||
(package! embark-consult :pin "2941f2ea36d61c1a84c3f79ebe47d604c9a92b5d")
|
||||
|
||||
(package! marginalia :pin "2ff4d690f78fb86573c11a32631e53627947ebee")
|
||||
(package! marginalia :pin "0e7097051cbcedcc4da9b633406291d4052ec0e4")
|
||||
|
||||
(package! wgrep :pin "49f09ab9b706d2312cab1199e1eeb1bcd3f27f6f")
|
||||
|
||||
(when (modulep! +icons)
|
||||
(package! nerd-icons-completion :pin "8e5b995eb2439850ab21ba6062d9e6942c82ab9c"))
|
||||
(package! nerd-icons-completion :pin "e15e21a263bad06424982c11e8d68ffe1372a4e7"))
|
||||
|
||||
(when (modulep! +childframe)
|
||||
(package! vertico-posframe
|
||||
|
Reference in New Issue
Block a user