Replace cquery with ccls for C/C++ LSP support

This commit is contained in:
Andrew Whatson 2019-02-25 00:33:40 +10:00
parent 35a1038ee9
commit cd997383da
2 changed files with 10 additions and 11 deletions

View file

@ -13,7 +13,7 @@
(package! company-glsl :recipe (:fetcher github :repo "Kaali/company-glsl"))))
(if (featurep! +lsp)
(package! cquery)
(package! ccls)
(when (package! irony)
(package! irony-eldoc)
(when (featurep! :tools flycheck)