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",
|
"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",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user