aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/hls/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/servers/hls/init.lua')
-rw-r--r--lua/nvim-lsp-installer/servers/hls/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/hls/init.lua b/lua/nvim-lsp-installer/servers/hls/init.lua
index 1629fd47..84fe023f 100644
--- a/lua/nvim-lsp-installer/servers/hls/init.lua
+++ b/lua/nvim-lsp-installer/servers/hls/init.lua
@@ -9,6 +9,6 @@ return server.Server:new {
root_dir = root_dir,
installer = zx.file("./install.mjs"),
default_options = {
- cmd = { path.concat { root_dir, "hls" }, "--lsp" },
+ cmd = { path.concat { root_dir, "hls" } },
},
}