install a bunch of default mason plugins

This commit is contained in:
2026-03-06 11:35:55 +00:00
parent e6a6f7faf4
commit 88c30b089f

21
lua/plugins/mason.lua Normal file
View File

@@ -0,0 +1,21 @@
return {
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"delve",
"gofumpt",
"goimports",
"gopls",
"json-lsp",
"lua-language-server",
"markdown-toc",
"markdownlint-cli2",
"marksman",
"shfmt",
"stylua",
"tree-sitter-cli",
},
},
},
}