From 26d69cf25026c2b44e24443ff5b275d72198253e Mon Sep 17 00:00:00 2001 From: Poseidon Date: Thu, 14 Aug 2025 08:41:13 -0500 Subject: [PATCH] Clean up release notes Add consistent style and formatting to release notes Co-authored-by: raf --- docs/release-notes/rl-0.8.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/rl-0.8.md b/docs/release-notes/rl-0.8.md index 1aa1f14d..a22ff266 100644 --- a/docs/release-notes/rl-0.8.md +++ b/docs/release-notes/rl-0.8.md @@ -483,6 +483,9 @@ [qmk]: https://github.com/codethread/qmk.nvim - Add just support under `vim.languages.just` using [just-lsp]. +- Add [roslyn-ls] to the `vim.languages.csharp` module. +- Add JSON support under `vim.languages.json` using [jsonls] and [jsonfmt]. +- Add QMK support under `vim.binds.qmk` via [qmk.nvim]. - Add [roslyn-ls] to the `vim.languages.csharp` module.