🔧 added clangd

This commit is contained in:
Sakamoto Hiroshi
2024-07-01 16:03:45 -05:00
parent ca2ef7748b
commit a07f92783c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ return {
"mypy",
"black",
"ruff-lsp",
"typescript-language-server"
"typescript-language-server",
"clangd",
},
},
},