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

25 lines
354 B
Cheetah
Raw Normal View History

2024-04-14 18:41:15 -07:00
return {
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
-- general
"prettier",
-- data/conf
"yamllint",
{{ if not .isServer -}}
2024-04-14 18:41:15 -07:00
-- php
"blade-formatter",
"pint",
"rustywind",
{{ end -}}
2024-04-14 18:41:15 -07:00
-- shell
"shfmt",
},
},
},
}