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
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
lua-language-server
|
||||
nodePackages.intelephense
|
||||
nodePackages.typescript-language-server
|
||||
llvmPackages_19.clang-tools
|
||||
ccls
|
||||
ripgrep
|
||||
nil
|
||||
gcc
|
||||
|
|
Loading…
Reference in a new issue