Skip to content

Commit

Permalink
feat(vue): 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 28ecc79 commit a00cebe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/astrocommunity/pack/vue/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ return {
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, "js")
end,
},
{
"WhoIsSethDaniel/mason-tool-installer.nvim",
optional = true,
opts = function(_, opts)
opts.ensure_installed =
require("astrocore").list_insert_unique(opts.ensure_installed, "vue-language-sever", "js-debug-adapter")
end,
},
}

0 comments on commit a00cebe

Please sign in to comment.