lang/cc: add rtags support #305

This commit is contained in:
Henrik Lissner 2017-12-26 18:12:36 -05:00
parent a02edc1d01
commit 750b74379d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 51 additions and 4 deletions

View file

@ -8,14 +8,16 @@
(package! glsl-mode)
(package! irony)
(package! irony-eldoc)
(package! opencl-mode)
(package! modern-cpp-font-lock)
(when (featurep! :feature syntax-checker)
(package! flycheck-irony))
(package! opencl-mode)
(when (featurep! :completion company)
(package! company-glsl :recipe (:fetcher github :repo "Kaali/company-glsl"))
(package! company-irony)
(package! company-irony-c-headers))
(package! rtags)
(when (featurep! :completion ivy)
(package! ivy-rtags))
(when (featurep! :completion helm)
(package! helm-rtags))