Skip to content

Commit 3a97b9e

Browse files
authored
Update systems.ts
1 parent 4bc0f35 commit 3a97b9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/cm/lsp/servers/systems.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ export const systemsServers: LspServerManifest[] = [
77
label: "C / C++ (clangd)",
88
languages: ["c", "cpp"],
99
command: "clangd",
10+
args: [
11+
"--background-index=0",
12+
"--clang-tidy=0",
13+
"--header-insertion=never",
14+
],
1015
checkCommand: "which clangd",
1116
installer: installers.apk({
1217
executable: "clangd",

0 commit comments

Comments
 (0)