aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/servers/gopls/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/servers/gopls/init.lua')
-rw-r--r--lua/nvim-lsp-installer/servers/gopls/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/gopls/init.lua b/lua/nvim-lsp-installer/servers/gopls/init.lua
index 59113191..fe0ebea9 100644
--- a/lua/nvim-lsp-installer/servers/gopls/init.lua
+++ b/lua/nvim-lsp-installer/servers/gopls/init.lua
@@ -17,7 +17,7 @@ return server.Server:new {
error("Please install the Go CLI before installing gopls (https://golang.org/doc/install).")
end
end,
- install_cmd = shell.raw(install_cmd),
+ installer = shell.raw(install_cmd),
default_options = {
cmd = { path.concat { root_dir, "gopls" } },
}