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