dotfiles/dot_config/nvim/lua/plugins/mason.lua.tmpl

26 lines
396 B
Cheetah

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