Bump ccls & {,ivy-,helm-}rtags

MaskRay/ccls@aab3e31 -> MaskRay/ccls@e5cc4c3
Andersbakken/rtags@92c5126 -> Andersbakken/rtags@31f7842
This commit is contained in:
Henrik Lissner 2020-02-11 17:47:49 -05:00
parent 93fce97e61
commit 7aca54ab91
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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"))))