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:
parent
b5d3970e71
commit
9a59dfb308
4 changed files with 51 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
|||
(llvmPackages_19.clang-tools.override {
|
||||
enableLibcxx = true;
|
||||
})
|
||||
ccls
|
||||
ripgrep
|
||||
nil
|
||||
gcc14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue