mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Bump ccls & {,ivy-,helm-}rtags
MaskRay/ccls@aab3e31 -> MaskRay/ccls@e5cc4c3 Andersbakken/rtags@92c5126 -> Andersbakken/rtags@31f7842
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
:pin "404cd0694a")))
|
:pin "404cd0694a")))
|
||||||
|
|
||||||
(if (featurep! +lsp)
|
(if (featurep! +lsp)
|
||||||
(package! ccls :pin "aab3e31fd7")
|
(package! ccls :pin "e5cc4c3e6f")
|
||||||
(when (package! irony :pin "8387098286")
|
(when (package! irony :pin "8387098286")
|
||||||
(package! irony-eldoc :pin "0df5831eaa")
|
(package! irony-eldoc :pin "0df5831eaa")
|
||||||
(when (featurep! :checkers syntax)
|
(when (featurep! :checkers syntax)
|
||||||
@ -25,8 +25,8 @@
|
|||||||
(when (featurep! :completion company)
|
(when (featurep! :completion company)
|
||||||
(package! company-irony :pin "b44711dfce")
|
(package! company-irony :pin "b44711dfce")
|
||||||
(package! company-irony-c-headers :pin "72c386aeb0")))
|
(package! company-irony-c-headers :pin "72c386aeb0")))
|
||||||
(when (package! rtags :pin "92c5126e98")
|
(when (package! rtags :pin "31f7842015")
|
||||||
(when (featurep! :completion ivy)
|
(when (featurep! :completion ivy)
|
||||||
(package! ivy-rtags :pin "92c5126e98"))
|
(package! ivy-rtags :pin "31f7842015"))
|
||||||
(when (featurep! :completion helm)
|
(when (featurep! :completion helm)
|
||||||
(package! helm-rtags :pin "92c5126e98"))))
|
(package! helm-rtags :pin "31f7842015"))))
|
||||||
|
Reference in New Issue
Block a user