Skip to content

Commit

Permalink
feat(dart): 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 0052367 commit 1f41d90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/pack/dart/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ return {
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, "dart")
end,
},
{
"WhoIsSethDaniel/mason-tool-installer.nvim",
optional = true,
opts = function(_, opts)
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, "dart-debug-adapter")
end,
},
},
},
-- Add "flutter" extension to "telescope"
Expand Down

0 comments on commit 1f41d90

Please sign in to comment.