fix: only run clangd for C files

This commit is contained in:
2025-01-31 15:34:21 +01:00
parent 575b28d5bc
commit e1081625c5
3 changed files with 3 additions and 7 deletions
-5
View File
@@ -12,11 +12,6 @@ return {
lspconfig = {
filetypes = {
"c",
"cpp",
"objc",
"objcpp",
"cuda",
"proto",
},
cmd = {
"clangd",