starter/lua/plugins/mason.lua
2025-03-04 22:37:26 -05:00

8 lines
93 B
Lua

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