1
Fork 0

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:
caem 2024-09-07 19:56:59 +02:00
parent cb37a40743
commit 712f401948
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
return function ()
require"lspconfig".clangd.setup {
require"lspconfig".ccls.setup {
capabilities = require"cmp_nvim_lsp".default_capabilities()
}
end

View file

@ -18,7 +18,7 @@
lua-language-server
nodePackages.intelephense
nodePackages.typescript-language-server
llvmPackages_19.clang-tools
ccls
ripgrep
nil
gcc