Releases: mrcjkb/haskell-tools.nvim
Releases · mrcjkb/haskell-tools.nvim
1.4.2 - fix hls settings overrides
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
1.4.1
- See CHANGELOG.md
1.4.0 - Nix flakes - fast-tags generation - hover action improvements
1.3.0 - Hover actions
1.2.0 - GHCi repl + project commands
1.1.0 - Fill holes using Hoogle search
Hoogle search and selection range support
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
0.2.0
What's Changed
- Basic codeLens support
Full Changelog: https://github.com/MrcJkb/haskell-tools.nvim/blob/0.2.0/CHANGELOG.md