aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/html/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/servers/html/init.lua')
-rw-r--r--lua/nvim-lsp-installer/servers/html/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/html/init.lua b/lua/nvim-lsp-installer/servers/html/init.lua
index 8038ea5e..e6c4a814 100644
--- a/lua/nvim-lsp-installer/servers/html/init.lua
+++ b/lua/nvim-lsp-installer/servers/html/init.lua
@@ -7,7 +7,7 @@ local root_dir = server.get_server_root_path("html")
return server.Server:new {
name = "html",
root_dir = root_dir,
- install_cmd = npm.packages { "vscode-html-languageserver-bin" },
+ installer = npm.packages { "vscode-html-languageserver-bin" },
default_options = {
cmd = { path.concat { root_dir, "node_modules", ".bin", "html-languageserver" }, "--stdio" },
},