Add clangd LSP server

This commit is contained in:
flyingscorpio@clevo 2022-09-07 14:16:14 +02:00
parent 250d5e17ec
commit 888d1e913f

View file

@ -52,6 +52,12 @@ lspconfig.bashls.setup {
on_attach = attach_fn,
}
-- C
lspconfig.clangd.setup {
capabilities = capabilities,
on_attach = attach_fn,
}
-- LaTeX
lspconfig.texlab.setup {
capabilities = capabilities,