From c3ecbbfaca624a86e2f902d16d96113ba7aab742 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Wed, 3 Jun 2026 12:24:29 +0200 Subject: [PATCH] doc: reorganize rl notes --- docs/manual/release-notes/rl-0.9.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index 95e454ac..a994c2bb 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -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`