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