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",
opts = {
ensure_installed = {
"rust-analyzer",
"gofumpt",
"goimports-reviser",
"gopls",
"json-lsp",
"json-to-struct",
"jsonlint",
"python-lsp-server",
"ruby-lsp",
"rust-analyzer",
"shellcheck",
"yaml-language-server",
"yamlfix",
"yamlfmt",
"yamllint",
"json-lsp",
"json-to-struct",
"jsonlint",
},
},
},