nvim: Add support for clangd for C++ and ccls for C

clangd doesn't work the way I want it to with C.
ccls doesn't work the way I want it to with C++.

So now I use both for each ones they work well with.
This commit is contained in:
caem 2024-12-11 14:39:07 +01:00
parent b5d3970e71
commit 9a59dfb308
Signed by: caem
GPG key ID: 69A830D03203405F
4 changed files with 51 additions and 2 deletions

View file

@ -21,6 +21,7 @@
(llvmPackages_19.clang-tools.override {
enableLibcxx = true;
})
ccls
ripgrep
nil
gcc14