nvim: Replace clangd with ccls
Updating clangd did indeed not help. Maybe this fork of clangd fixed it or something.
This commit is contained in:
parent
cb37a40743
commit
712f401948
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
return function ()
|
||||
require"lspconfig".clangd.setup {
|
||||
require"lspconfig".ccls.setup {
|
||||
capabilities = require"cmp_nvim_lsp".default_capabilities()
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue