Simplify clangd command
This commit is contained in:
parent
48ad466bd3
commit
56beb52997
@ -93,11 +93,7 @@ return {
|
|||||||
['clangd'] = function()
|
['clangd'] = function()
|
||||||
require('lspconfig').clangd.setup({
|
require('lspconfig').clangd.setup({
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
cmd = {
|
cmd = { 'clangd', '--completion-style=detailed' }
|
||||||
'clangd',
|
|
||||||
'--completion-style=detailed',
|
|
||||||
'--function-arg-placeholders=1',
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user