Skip to content

Commit

Permalink
feat(ruby): add mason-tool-installer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Feb 8, 2024
1 parent d34aba1 commit 0a0cc81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/pack/ruby/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ return {
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, "standardrb")
end,
},
{
"WhoIsSethDaniel/mason-tool-installer.nvim",
optional = true,
opts = function(_, opts)
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, "solargraph", "standardrb")
end,
},
{
"mfussenegger/nvim-dap",
optional = true,
Expand Down

0 comments on commit 0a0cc81

Please sign in to comment.