diff --git a/docs/release-notes/rl-0.8.md b/docs/release-notes/rl-0.8.md index a22ff266..cdf8b059 100644 --- a/docs/release-notes/rl-0.8.md +++ b/docs/release-notes/rl-0.8.md @@ -480,15 +480,9 @@ [roslyn-ls]: https://github.com/dotnet/vscode-csharp [jsonls]: https://github.com/microsoft/vscode/tree/1.101.2/extensions/json-language-features/server [jsonfmt]: https://github.com/caarlos0/jsonfmt -[qmk]: https://github.com/codethread/qmk.nvim +[qmk.nvim]: 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. - -- Added json support under `vim.languages.json` using [jsonls] and [jsonfmt]. - -- Add [qmk] plugin in `vim.binds.qmk` with `enable` and `setupOpts`.