fix: put back cpp for clangd

use -xc as compile flag in clangd config to force c
This commit is contained in:
2025-02-03 17:07:44 +01:00
parent eb79fdba13
commit 14ebdac746
+1
View File
@@ -12,6 +12,7 @@ return {
lspconfig = {
filetypes = {
"c",
"cpp",
},
cmd = {
"clangd",