return { "WhoIsSethDaniel/mason-tool-installer.nvim", dependencies = { "williamboman/mason.nvim", }, opts = { ensure_installed = { "stylua", "luacheck", "stylelint", "shellcheck", "rustfmt", "phpcbf", "phpstan", "jq", "jsonlint", "htmlbeautifier", "eslint", "blade-formatter", "markdownlint", "yamllint", "ansible-lint" }, auto_update = true, run_on_start = true, } }