dots/config/nvim/lua/aleidk/plugins/mason.lua
2023-10-26 18:03:32 -03:00

12 lines
153 B
Lua

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