Add clangd LSP server
This commit is contained in:
parent
250d5e17ec
commit
888d1e913f
1 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue