From 2c80c2ffbfd28e1e2eec4993ba6aea411a0a52d6 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sun, 23 Jan 2022 18:27:15 +0100 Subject: add golangci_lint_ls (#441) --- CUSTOM_SERVERS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CUSTOM_SERVERS.md') diff --git a/CUSTOM_SERVERS.md b/CUSTOM_SERVERS.md index c73c4213..dc3252f2 100644 --- a/CUSTOM_SERVERS.md +++ b/CUSTOM_SERVERS.md @@ -24,7 +24,7 @@ available installers that are available out of the box. - ### Go - #### `go.package(package: string)` + #### `go.packages(packages: string[])` Returns an installer that installs the provided list of `packages`. @@ -33,7 +33,7 @@ available installers that are available out of the box. ```lua local go = require "nvim-lsp-installer.installers.go" - local installer = go.package "golang.org/x/tools/gopls@latest" + local installer = go.packages { "golang.org/x/tools/gopls@latest" } ``` - ### npm -- cgit v1.2.3-70-g09d2