fix: only run clangd for C files
This commit is contained in:
@@ -12,11 +12,6 @@ return {
|
||||
lspconfig = {
|
||||
filetypes = {
|
||||
"c",
|
||||
"cpp",
|
||||
"objc",
|
||||
"objcpp",
|
||||
"cuda",
|
||||
"proto",
|
||||
},
|
||||
cmd = {
|
||||
"clangd",
|
||||
|
||||
Reference in New Issue
Block a user