We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc0f35 commit 3a97b9eCopy full SHA for 3a97b9e
src/cm/lsp/servers/systems.ts
@@ -7,6 +7,11 @@ export const systemsServers: LspServerManifest[] = [
7
label: "C / C++ (clangd)",
8
languages: ["c", "cpp"],
9
command: "clangd",
10
+ args: [
11
+ "--background-index=0",
12
+ "--clang-tidy=0",
13
+ "--header-insertion=never",
14
+ ],
15
checkCommand: "which clangd",
16
installer: installers.apk({
17
executable: "clangd",
0 commit comments