For some fucking unknown reason the clang-tools package doesn't build with libcxx by default and thus doesn't have the print header from C++23 which I need. I also don't know if they're fucking using the gcc13 c++ stdlib because the gcc14 one FUCKING HAS THE HEADER. I lost hours of life which I am never going to get back to this fucking bullshit.
5 lines
127 B
Lua
5 lines
127 B
Lua
return function ()
|
|
require"lspconfig".clangd.setup {
|
|
capabilities = require"cmp_nvim_lsp".default_capabilities()
|
|
}
|
|
end
|