[lazyvim] Add plugin: Mason with opts

This commit is contained in:
Adam Cooper 2025-02-14 07:19:12 -05:00
parent 94991534e1
commit 77c46a3e32

View file

@ -17,4 +17,15 @@ return {
"monkoose/parsley"
}
},
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"stylua",
"shellcheck",
"shfmt",
"flake8",
},
},
},
}