Modules/Neovim: Update clangd launch arguments
This commit is contained in:
@ -860,12 +860,15 @@ in {
|
|||||||
|
|
||||||
cmd = [
|
cmd = [
|
||||||
"clangd"
|
"clangd"
|
||||||
|
"--all-scopes-completion"
|
||||||
"--background-index"
|
"--background-index"
|
||||||
"--clang-tidy"
|
"--clang-tidy"
|
||||||
"--header-insertion=iwyu"
|
|
||||||
"--completion-style=detailed"
|
"--completion-style=detailed"
|
||||||
"--function-arg-placeholders"
|
|
||||||
"--fallback-style=llvm"
|
"--fallback-style=llvm"
|
||||||
|
"--function-arg-placeholders=0"
|
||||||
|
"--header-insertion=iwyu"
|
||||||
|
"--header-insertion-decorators"
|
||||||
|
"--pch-storage=memory"
|
||||||
];
|
];
|
||||||
|
|
||||||
capabilities = {
|
capabilities = {
|
||||||
|
|||||||
Reference in New Issue
Block a user