Skip to content

Commit

Permalink
fix(haskell): resolve some optional loading issues in haskell pack
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jan 19, 2024
1 parent ac2fdd2 commit 8a94eb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/astrocommunity/pack/haskell/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ return {
},
{
"mrcjkb/haskell-snippets.nvim",
enabled = function() return require("astrocore").is_available "LuaSnip" end,
ft = haskell_ft,
dependencies = { "L3MON4D3/LuaSnip" },
config = function()
Expand All @@ -64,7 +65,7 @@ return {
},
{
"luc-tielen/telescope_hoogle",
optional = true,
enabled = function() return require("astrocore").is_available "telescope.nvim" end,
ft = haskell_ft,
dependencies = {
{ "nvim-telescope/telescope.nvim" },
Expand Down

0 comments on commit 8a94eb3

Please sign in to comment.