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