lazyvim/lua/plugins/mason.lua.back

9 lines
165 B
Plaintext
Raw Normal View History

2024-04-03 07:57:24 +02:00
return {
{ "williamboman/mason.nvim" },
{
opts = function(_, opts)
table.insert(opts.ensure_installed, "prettier")
end,
},
}