Add xml language server for nvim

pull/2/head
Ensar Sarajčić 2021-09-29 17:39:19 +02:00
parent 796c7b3ee7
commit bb6ac5d2b3
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ lspconfig.omnisharp.setup {
on_attach = on_attach;
}
-- Leminx (XML Language server)
lspconfig.lemminx.setup {
cmd = { "lemminx" };
on_attach = on_attach;
}
-- JDTLS (Java)
-- Can't be local currently, because autocommand has to be used
jdtls_on_attach = function(client, bufnr)