add go related mason packages

This commit is contained in:
LuKe Tidd 2023-05-18 08:32:26 -04:00
parent 3700c179cb
commit 6501a7e9e1
Signed by: luke
GPG Key ID: 75D6600BEF4E8E8F

View File

@ -3,18 +3,20 @@ local plugins = {
"williamboman/mason.nvim", "williamboman/mason.nvim",
opts = { opts = {
ensure_installed = { ensure_installed = {
"rust-analyzer", "gofumpt",
"goimports-reviser",
"gopls", "gopls",
"json-lsp",
"json-to-struct",
"jsonlint",
"python-lsp-server", "python-lsp-server",
"ruby-lsp", "ruby-lsp",
"rust-analyzer",
"shellcheck", "shellcheck",
"yaml-language-server", "yaml-language-server",
"yamlfix", "yamlfix",
"yamlfmt", "yamlfmt",
"yamllint", "yamllint",
"json-lsp",
"json-to-struct",
"jsonlint",
}, },
}, },
}, },