add go related mason packages
This commit is contained in:
parent
3700c179cb
commit
6501a7e9e1
10
plugins.lua
10
plugins.lua
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user