mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
9 lines
135 B
Lua
9 lines
135 B
Lua
return {
|
|
{
|
|
"williamboman/mason.nvim",
|
|
opts = {
|
|
PATH = "append",
|
|
ensure_installed = { "erb-lint" },
|
|
},
|
|
},
|
|
}
|