aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua')
-rw-r--r--lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua b/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua
index 6ac0f995..b9c20d42 100644
--- a/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua
+++ b/lua/nvim-lsp-installer/servers/jsonnet_ls/init.lua
@@ -7,7 +7,7 @@ return function(name, root_dir)
name = name,
root_dir = root_dir,
homepage = "https://github.com/jdbaldry/jsonnet-language-server",
- installer = go.packages { "github.com/jdbaldry/jsonnet-language-server" },
+ installer = go.package "github.com/jdbaldry/jsonnet-language-server",
default_options = {
-- TODO: use env instead of cmd once https://github.com/neovim/nvim-lspconfig/pull/1559 is merged
cmd = { path.concat { root_dir, "jsonnet-language-server" } },