starter/lua/plugins/mason.lua

9 lines
93 B
Lua

return {
{
"williamboman/mason.nvim",
opts = {
PATH = "append",
},
}
}