Skip to content

Commit

Permalink
feat(prisma): 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 7fe2230 commit 998c667
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/pack/prisma/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ return {
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, "prismals")
end,
},
{
"WhoIsSethDaniel/mason-tool-installer.nvim",
optional = true,
opts = function(_, opts)
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, "prisma-language-server")
end,
},
}

0 comments on commit 998c667

Please sign in to comment.