clangd:启动参数更新

This commit is contained in:
2025-11-24 15:47:36 +08:00
parent de936c2d16
commit 2585ca3f44

View File

@@ -11,7 +11,6 @@ return {
clangd = {
cmd = {
"clangd",
"--background-index",
"--header-insertion=never",
"--all-scopes-completion",
"-j=4",
@@ -19,7 +18,6 @@ return {
"--compile-commands-dir=build",
"--clang-tidy",
"--background-index",
"--header-insertion=iwyu",
"--completion-style=detailed",
"--function-arg-placeholders=false"
},