dotfiles/dot_config/nvim/lua/plugins/mason.lua
2024-04-14 18:41:15 -07:00

24 lines
347 B
Lua

return {
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
-- general
"commitlint",
"prettier",
-- data/conf
"yamllint",
-- php
"blade-formatter",
"pint",
"rustywind",
-- shell
"shellcheck",
"shfmt",
},
},
},
}