fix: put back cpp for clangd
use -xc as compile flag in clangd config to force c
This commit is contained in:
@@ -12,6 +12,7 @@ return {
|
||||
lspconfig = {
|
||||
filetypes = {
|
||||
"c",
|
||||
"cpp",
|
||||
},
|
||||
cmd = {
|
||||
"clangd",
|
||||
|
||||
Reference in New Issue
Block a user