doc: reorganize rl notes

This commit is contained in:
Ching Pei Yang 2026-06-03 12:24:29 +02:00
commit c3ecbbfaca
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -39,9 +39,6 @@
`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
@ -125,6 +122,11 @@
module provides jsx/tsx support. This is a step of cleaning up the Typescript
module for the future.
[dathegreat](https://github.com/dathegreat):
- Haskell LSP now defaults to haskell-language-server, haskell-tools based LSP
support is moved to `vim.languages.haskell.extensions.haskell-tools`
[CaueAnjos](https://github.com/caueanjos)
- Renamed `roslyn_ls` to `roslyn-ls`