ITADN
mrcjkb/haskell-tools.nvim

版本发布 8

v7.0.1
? · 2026-02-08

## [7.0.1](https://github.com/mrcjkb/haskell-tools.nvim/compare/v7.0.0...v7.0.1) (2026-02-08) ### Bug Fixes * **lsp:** support nvim-nightly (0.12) codelens API ([#535](https://github.com/mrcjkb/haskell-tools.nvim/issues/535)) ([9462bba](https://github.com/mrcjkb/haskell-tools.nvim/commit/9462bbabbfcd66069a4f992bfa837f523800820e))

v7.0.0
? · 2026-01-24

## [7.0.0](https://github.com/mrcjkb/haskell-tools.nvim/compare/v6.2.3...v7.0.0) (2026-01-24) ### ⚠ BREAKING CHANGES * remove no-op config option `hover.enable` * remove no-op config option `hoogle_signature_fallback` ### Features * `Haskell definition` command with hoogle fallback ([cf167c1](https://github.com/mrcjkb/haskell-tools.nvim/commit/cf167c19b79ed6b39596fca19a583ff385521f46)) * `Haskell hover` command for hover actions ([6ffd2ed](https://github.com/mrcjkb/haskell-tools.nvim/commit/6ffd2ed2c274259b9db05d7e99d1bd301af000d2)) * remove no-op config option `hoogle_signature_fallback` ([ab5f2b9](https://github.com/mrcjkb/haskell-tools.nvim/commit/ab5f2b92667582eab624b581dd490b0238f4cc4f)) * remove no-op config option `hover.enable` ([a4dff38](https://github.com/mrcjkb/haskell-tools.nvim/commit/a4dff3815ad01a0294afa0e2f29eb1fb3b3415e8))

v6.2.2
? · 2026-01-24

## [6.2.2](https://github.com/mrcjkb/haskell-tools.nvim/compare/v6.2.1...v6.2.2) (2026-01-24) ### Bug Fixes * **lsp:** client given wrong name [regression] ([#527](https://github.com/mrcjkb/haskell-tools.nvim/issues/527)) ([0f66b74](https://github.com/mrcjkb/haskell-tools.nvim/commit/0f66b74e207b3cb1ade73e127df124ed48499207))

v6.0.0
? · 2025-04-30

## [6.0.0](https://github.com/mrcjkb/haskell-tools.nvim/compare/v5.0.0...v6.0.0) (2025-04-30) ### ⚠ BREAKING CHANGES * use `vim.lsp.config('haskell-tools')` to fix conflict with nvim-lspconfig ([#466](https://github.com/mrcjkb/haskell-tools.nvim/issues/466)) ### Features * use `vim.lsp.config('haskell-tools')` to fix conflict with nvim-lspconfig ([#466](https://github.com/mrcjkb/haskell-tools.nvim/issues/466)) ([de64738](https://github.com/mrcjkb/haskell-tools.nvim/commit/de64738d5ac7ad8fb6a3fbbfa69e81d40650ca12))

v5.0.0
? · 2025-04-06

## [5.0.0](https://github.com/mrcjkb/haskell-tools.nvim/compare/v4.4.3...v5.0.0) (2025-04-06) ### ⚠ BREAKING CHANGES * drop nvim 0.10 support * **lsp:** don't auto-register client capabilities ### Features * drop nvim 0.10 support ([a566c3e](https://github.com/mrcjkb/haskell-tools.nvim/commit/a566c3ecfb884845375277243b9f9e3d552706d5)) * **lsp:** don't auto-register client capabilities ([9ac2bd1](https://github.com/mrcjkb/haskell-tools.nvim/commit/9ac2bd1983139b91626b972e8f53b8d3e031dae7)) * support `vim.lsp.config` ([53d9888](https://github.com/mrcjkb/haskell-tools.nvim/commit/53d9888aebe27cd50c0404d88a7aa51d7341784a))

v4.4.3
? · 2025-03-30

## [4.4.3](https://github.com/mrcjkb/haskell-tools.nvim/compare/v4.4.2...v4.4.3) (2025-03-30) ### Bug Fixes * typos in lua/vim docs ([#453](https://github.com/mrcjkb/haskell-tools.nvim/issues/453)) ([b6587ae](https://github.com/mrcjkb/haskell-tools.nvim/commit/b6587ae3dcb53b44c56bc7e8df4d1caaa3607c6e))

v4.4.1
? · 2025-02-09

## [4.4.1](https://github.com/mrcjkb/haskell-tools.nvim/compare/v4.4.0...v4.4.1) (2025-02-09) ### Bug Fixes * **repl:** use termopen if available ([#435](https://github.com/mrcjkb/haskell-tools.nvim/issues/435)) ([bf691e3](https://github.com/mrcjkb/haskell-tools.nvim/commit/bf691e341363dee2a5c17b488d4df8dcec67c4ca)), closes [#434](https://github.com/mrcjkb/haskell-tools.nvim/issues/434)

v4.4.0
? · 2025-01-27

## [4.4.0](https://github.com/mrcjkb/haskell-tools.nvim/compare/v4.3.2...v4.4.0) (2025-01-27) ### Features * notify if using an unsupported Nvim version ([182e4b7](https://github.com/mrcjkb/haskell-tools.nvim/commit/182e4b74278a2f02daa097e54387849bc4aa8933))