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 = {
|
lspconfig = {
|
||||||
filetypes = {
|
filetypes = {
|
||||||
"c",
|
"c",
|
||||||
|
"cpp",
|
||||||
},
|
},
|
||||||
cmd = {
|
cmd = {
|
||||||
"clangd",
|
"clangd",
|
||||||
|
|||||||
Reference in New Issue
Block a user