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",
      },
    },
  },
}