More convenient xml and HTML editing

This commit is contained in:
2025-06-19 23:24:45 +05:00
parent 5a52d7719c
commit ce97f22c0c
4 changed files with 35 additions and 14 deletions

View File

@ -3,7 +3,8 @@ require("nvchad.configs.lspconfig").defaults()
local lspconfig = require "lspconfig"
local nvlsp = require "nvchad.configs.lspconfig"
local servers = { "html", "cssls", "jdtls", "clangd", "gopls", "stylelint_lsp", "jsonls", "svelte", "eslint" }
local servers =
{ "html", "cssls", "jdtls", "clangd", "gopls", "stylelint_lsp", "jsonls", "svelte", "eslint", "lemminx" }
for _, lsp in ipairs(servers) do
lspconfig[lsp].setup {