2023-07-29 21:09:24 +02:00

10 lines
111 B
Lua

return {
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"gofumpt",
"prettierd",
},
},
}