Bump :lang cc
MaskRay/emacs-ccls@e5cc4c3 -> MaskRay/emacs-ccls@17ec7bb Sarcasm/irony-mode@8387098 -> Sarcasm/irony-mode@5f75fc0 Andersbakken/rtags@31f7842 -> Andersbakken/rtags@d370c09 Remove :pin from {ivy,helm}-rtags since they come from the same repo as rtags.
This commit is contained in:
parent
7c5903c339
commit
e8aecdd514
1 changed files with 5 additions and 5 deletions
|
@ -17,16 +17,16 @@
|
||||||
:pin "404cd0694a")))
|
:pin "404cd0694a")))
|
||||||
|
|
||||||
(if (featurep! +lsp)
|
(if (featurep! +lsp)
|
||||||
(package! ccls :pin "e5cc4c3e6f")
|
(package! ccls :pin "17ec7bb4cf")
|
||||||
(when (package! irony :pin "8387098286")
|
(when (package! irony :pin "5f75fc0c92")
|
||||||
(package! irony-eldoc :pin "0df5831eaa")
|
(package! irony-eldoc :pin "0df5831eaa")
|
||||||
(when (featurep! :checkers syntax)
|
(when (featurep! :checkers syntax)
|
||||||
(package! flycheck-irony :pin "42dbecd4a8"))
|
(package! flycheck-irony :pin "42dbecd4a8"))
|
||||||
(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 "31f7842015")
|
(when (package! rtags :pin "d370c09007")
|
||||||
(when (featurep! :completion ivy)
|
(when (featurep! :completion ivy)
|
||||||
(package! ivy-rtags :pin "31f7842015"))
|
(package! ivy-rtags))
|
||||||
(when (featurep! :completion helm)
|
(when (featurep! :completion helm)
|
||||||
(package! helm-rtags :pin "31f7842015"))))
|
(package! helm-rtags))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue