This commit is contained in:
D.A. Marcyes 2026-05-17 02:41:42 +02:00 committed by GitHub
commit 5e921accda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 249 additions and 77 deletions

View file

@ -39,6 +39,9 @@
`setupOpts.strategies.chat.adapter`, rename them to
`setupOpts.interactions.chat.adapter`.
- Haskell LSP now defaults to haskell-language-server, haskell-tools based LSP
support is moved to `vim.languages.haskell.extensions.haskell-tools`
[Snoweuph](https://github.com/snoweuph)
- Remove `mind.nvim`. This plugin doesn't exist anymore. The original author
@ -201,6 +204,13 @@
- Updated nix language plugin to use pkgs.nixfmt instead of
pkgs.nixfmt-rfc-style
[dathegreat](https://github.com/dathegreat):
- Fixed invalid keys in the haskell-tools configuration
- Split haskell configuration into `lsp/presets/haskell-language-server.nix` and
`languages/haskell.nix`
- Made the haskell LSP and formatter configurable
[alfarel](https://github.com/alfarelcynthesis):
[obsidian.nvim]: https://github.com/obsidian-nvim/obsidian.nvim