Replace cquery with ccls for C/C++ LSP support
This commit is contained in:
parent
35a1038ee9
commit
cd997383da
2 changed files with 10 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue