add(nvim): lemminx ls (xml language server)

This commit is contained in:
Léana 江 2023-03-15 18:30:04 +01:00
parent c3c764f31b
commit 5c197b3803
4 changed files with 12 additions and 3 deletions

View file

@ -52,7 +52,7 @@ end
Set_light_mode()
auto_dark_mode.setup({
update_interval = 3000,
update_interval = 5000,
set_light_mode = Set_light_mode,
set_dark_mode = Set_dark_mode,
})

View file

@ -127,3 +127,7 @@ require "lspconfig".clangd.setup {
on_attach = on_attach,
capabilities = capabilities,
}
require "lspconfig".lemminx.setup {
on_attach = on_attach,
capabilities = capabilities,
}