diff options
Diffstat (limited to 'lua/mason-registry/index/gopls/init.lua')
| -rw-r--r-- | lua/mason-registry/index/gopls/init.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lua/mason-registry/index/gopls/init.lua b/lua/mason-registry/index/gopls/init.lua deleted file mode 100644 index 95421b14..00000000 --- a/lua/mason-registry/index/gopls/init.lua +++ /dev/null @@ -1,15 +0,0 @@ -local Pkg = require "mason-core.package" -local _ = require "mason-core.functional" -local go = require "mason-core.managers.go" - -return Pkg.new { - name = "gopls", - desc = _.dedent [[ - gopls (pronounced "Go please") is the official Go language server developed by the Go team. It provides IDE - features to any LSP-compatible editor. - ]], - homepage = "https://pkg.go.dev/golang.org/x/tools/gopls", - languages = { Pkg.Lang.Go }, - categories = { Pkg.Cat.LSP }, - install = go.packages { "golang.org/x/tools/gopls", bin = { "gopls" } }, -} |
