[neovim] Add html to auto installed lsp servers

This commit is contained in:
Daniel Carrillo 2022-11-26 20:00:35 +01:00
parent 61f113d9d8
commit 4bedf29a2d
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ local servers = {
"ansiblels",
"bashls",
"gopls",
"html",
"jsonls",
"kotlin_language_server",
"pyright",