haskell-tools.nvim

🦥 Supercharge your Haskell experience in neovim!

GPL-2.0 License

Stars
452
Committers
14

Bot releases are visible (Hide)

haskell-tools.nvim - 1.6.0

Published by mrcjkb almost 2 years ago

haskell-tools.nvim - 1.5.1

Published by mrcjkb almost 2 years ago

haskell-tools.nvim - 1.5.0

Published by mrcjkb almost 2 years ago

haskell-tools.nvim - 1.4.4

Published by mrcjkb almost 2 years ago

What's Changed

see CHANGELOG.md

New Contributors

Full diff: https://github.com/MrcJkb/haskell-tools.nvim/compare/1.4.3...1.4.4

haskell-tools.nvim - 1.4.3

Published by mrcjkb almost 2 years ago

haskell-tools.nvim - 1.4.2 - fix hls settings overrides

Published by mrcjkb almost 2 years ago

Fix for #69 .

If you have been trying to override the default hls.haskell configs, you may have to update your config:

ht.setup {
  hls = {
    settings = { -- This was missing 
      haskell = {
        -- ...
      }
    }
  }
}

see CHANGELOG.md

haskell-tools.nvim - 1.4.1

Published by mrcjkb almost 2 years ago

haskell-tools.nvim - 1.4.0 - Nix flakes - fast-tags generation - hover action improvements

Published by mrcjkb almost 2 years ago

What's Changed

New Contributors

haskell-tools.nvim - 1.3.0 - Hover actions

Published by mrcjkb almost 2 years ago

What's changed

New Contributors

haskell-tools.nvim - 1.2.0 - GHCi repl + project commands

Published by mrcjkb almost 2 years ago

haskell-tools.nvim - 1.1.0 - Fill holes using Hoogle search

Published by mrcjkb almost 2 years ago

haskell-tools.nvim - Hoogle search and selection range support

Published by mrcjkb almost 2 years ago

What's Changed

  • Add selectionRange capabilities if lsp-slection-range plugin is loaded
  • Hoogle search

Full Changelog: https://github.com/MrcJkb/haskell-tools.nvim/blob/1.0.0/CHANGELOG.md

haskell-tools.nvim - 0.2.0

Published by mrcjkb about 2 years ago

What's Changed

  • Basic codeLens support

Full Changelog: https://github.com/MrcJkb/haskell-tools.nvim/blob/0.2.0/CHANGELOG.md