dots/config/nvim/lua/aleidk/plugins/mason.lua
2023-12-25 13:59:16 -03:00

13 lines
172 B
Lua

return {
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"eslint_d",
"shellcheck",
"stylua",
"blue",
"prettierd",
"markdownlint",
},
},
}