1
0
Fork 0

add clangd

This commit is contained in:
Felipe Contreras 2022-11-16 01:11:41 -03:00
parent ee68be13a4
commit addc2544f9

View file

@ -122,7 +122,14 @@ end
-- Use a loop to conveniently call 'setup' on multiple servers and
-- 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
-- overrides the previous calls.