1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-12-22 19:48:01 +00:00

[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

View File

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