feat(neovim): enable html language server
This commit is contained in:
parent
6ca22fe8b0
commit
0e73a2f068
@ -120,3 +120,10 @@ lsp_lines.setup()
|
||||
vim.diagnostic.config({
|
||||
virtual_text = false,
|
||||
})
|
||||
|
||||
-- setup html languageserver
|
||||
lspconfig["html"].setup({
|
||||
cmd = { "html-languageserver", "--stdio" },
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
})
|
||||
|
Reference in New Issue
Block a user