add: nvim: html ls

This commit is contained in:
qwjyh 2023-10-12 09:37:37 +09:00
parent 5e9e568c50
commit 27feb545b9

View file

@ -534,7 +534,7 @@ lspconfig.powershell_es.setup {
-- lspconfig.jetls.setup {} -- lspconfig.jetls.setup {}
-- ccls -- ccls
local lss = { "pyright", "rust_analyzer", "texlab", "ccls", "clangd", "tsserver", --[["tailwindcss"]] "hls", "cmake", } local lss = { "pyright", "rust_analyzer", "texlab", "ccls", "clangd", "tsserver", --[["tailwindcss"]] "hls", "cmake", "html", }
for _, ls in pairs(lss) do for _, ls in pairs(lss) do
lspconfig[ls].setup { lspconfig[ls].setup {
on_attach = on_attach, on_attach = on_attach,