add: nvim: html ls
This commit is contained in:
parent
5e9e568c50
commit
27feb545b9
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ lspconfig.powershell_es.setup {
|
|||
-- lspconfig.jetls.setup {}
|
||||
-- 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
|
||||
lspconfig[ls].setup {
|
||||
on_attach = on_attach,
|
||||
|
|
Loading…
Reference in a new issue