Skip to content

Commit

Permalink
feat(pack): enable automatic install of haskell dap
Browse files Browse the repository at this point in the history
Author: Samuel Cobb <[email protected]>
Co-Authored-By: Olivier Wittek <[email protected]>
  • Loading branch information
2 people authored and mehalter committed May 3, 2023
1 parent 5b48844 commit 36a1c85
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lua/astrocommunity/pack/haskell/haskell.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ return {
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim", -- optional
-- TODO: Need haskell to be pulled into mason-nvim-dap (haskell hopefully coming soon)
-- {
-- "jay-babu/mason-nvim-dap.nvim",
-- opts = function(_, opts) opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, "haskell") end,
-- },
{
"jay-babu/mason-nvim-dap.nvim",
opts = function(_, opts) opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, "haskell") end,
},
},
},
{
Expand Down

0 comments on commit 36a1c85

Please sign in to comment.