mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
28 lines
480 B
Lua
28 lines
480 B
Lua
return {
|
|
"WhoIsSethDaniel/mason-tool-installer.nvim",
|
|
dependencies = {
|
|
"williamboman/mason.nvim",
|
|
},
|
|
opts = {
|
|
ensure_installed = {
|
|
"stylua",
|
|
"luacheck",
|
|
"stylelint",
|
|
"shellcheck",
|
|
"rustfmt",
|
|
"jq",
|
|
"jsonlint",
|
|
"htmlbeautifier",
|
|
"eslint",
|
|
"markdownlint",
|
|
"yamllint",
|
|
"ansible-lint",
|
|
"eslint_d",
|
|
"phpcbf",
|
|
"phpcs",
|
|
},
|
|
auto_update = true,
|
|
run_on_start = true,
|
|
}
|
|
}
|