clangd:启动参数更新
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user