mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-27 18:40:58 +00:00
25 lines
421 B
Lua
25 lines
421 B
Lua
return {
|
|
{
|
|
"williamboman/mason.nvim",
|
|
opts = {
|
|
ensure_installed = {
|
|
"actionlint",
|
|
"ansible-lint",
|
|
"bash-language-server",
|
|
"commitlint",
|
|
"flake8",
|
|
"intelephense",
|
|
"jsonlint",
|
|
"luacheck",
|
|
"phpcs",
|
|
"phpmd",
|
|
"shellcheck",
|
|
"shfmt",
|
|
"stylelint",
|
|
"stylua",
|
|
"yamllint",
|
|
},
|
|
},
|
|
},
|
|
}
|