add clangd
This commit is contained in:
parent
ee68be13a4
commit
addc2544f9
1 changed files with 8 additions and 1 deletions
9
init.lua
9
init.lua
|
|
@ -122,7 +122,14 @@ end
|
||||||
|
|
||||||
-- Use a loop to conveniently call 'setup' on multiple servers and
|
-- Use a loop to conveniently call 'setup' on multiple servers and
|
||||||
-- map buffer local keybindings when the language server attaches
|
-- map buffer local keybindings when the language server attaches
|
||||||
local servers = { 'gopls', 'kotlin_language_server', 'rust_analyzer', 'tsserver', 'pylsp' }
|
local servers = {
|
||||||
|
'clangd',
|
||||||
|
'gopls',
|
||||||
|
'kotlin_language_server',
|
||||||
|
'pylsp',
|
||||||
|
'rust_analyzer',
|
||||||
|
'tsserver',
|
||||||
|
}
|
||||||
-- Setup loop moved to the cmp section, since calling setup multiple times
|
-- Setup loop moved to the cmp section, since calling setup multiple times
|
||||||
-- overrides the previous calls.
|
-- overrides the previous calls.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue