mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 20:22:14 +02:00
28 lines
488 B
Lua
28 lines
488 B
Lua
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,
|
|
}
|
|
}
|