mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
13 lines
283 B
Lua
13 lines
283 B
Lua
return {
|
|
{
|
|
"williamboman/mason.nvim",
|
|
opts = {
|
|
-- https://github.com/williamboman/mason.nvim?tab=readme-ov-file#introduction
|
|
-- https://mason-registry.dev/registry/list
|
|
ensure_installed = {
|
|
-- "ruby-lsp",
|
|
"rubocop",
|
|
},
|
|
},
|
|
},
|
|
}
|