starter/lua/plugins/mason.lua

10 lines
135 B
Lua
Raw Normal View History

2025-03-05 11:37:26 +08:00
return {
{
"williamboman/mason.nvim",
opts = {
PATH = "append",
2025-03-07 07:28:31 +08:00
ensure_installed = { "erb-lint" },
2025-03-05 11:37:26 +08:00
},
2025-03-07 07:28:31 +08:00
},
2025-03-05 11:37:26 +08:00
}