install solargraph through mason

This commit is contained in:
Kevin Robayna 2023-06-05 08:56:07 +01:00
parent 657ff24296
commit ac2a93feb1
No known key found for this signature in database
GPG key ID: 0FB33959421F81BB

View file

@ -4,6 +4,13 @@ return {
opts = function(_, opts)
vim.list_extend(opts.ensure_installed, {
"ruby",
})
end,
},
{
"williamboman/mason.nvim",
opts = function(_, opts)
vim.list_extend(opts.ensure_installed, {
"solargraph",
})
end,