24 lines
347 B
Lua
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",
|
|
},
|
|
},
|
|
},
|
|
}
|