docs/manual: move v0.9 entries to the correct file; format

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I593bbd1dbfd60215e317360d1652588a6a6a6964
This commit is contained in:
raf 2025-12-18 15:19:00 +03:00
commit ab751c1bbb
2 changed files with 9 additions and 4 deletions

View file

@ -627,7 +627,3 @@
- Aligned `codelldb` adapter setup with [rustaceanvim]s built-in logic. - Aligned `codelldb` adapter setup with [rustaceanvim]s built-in logic.
- Added `languages.rust.dap.backend` option to choose between `codelldb` and - Added `languages.rust.dap.backend` option to choose between `codelldb` and
`lldb-dap` adapters. `lldb-dap` adapters.
[Libadoxon](https://github.com/Libadoxon)
- `toggleterm` open map now also works when in terminal mode

View file

@ -24,3 +24,12 @@
- Added [ccc.nvim] option {option}`vim.utility.ccc.setupOpts` with the existing - Added [ccc.nvim] option {option}`vim.utility.ccc.setupOpts` with the existing
hard-coded options as default values. hard-coded options as default values.
# Release 0.5 {#sec-release-0-9}
## Changelog {#sec-release-0-9-changelog}
[Ring-A-Ding-Ding-Baby](https://github.com/Ring-A-Ding-Ding-Baby):
- Aligned `codelldb` adapter setup with [rustaceanvim]s built-in logic.
- Added `languages.rust.dap.backend` option to choose between `codelldb` and
`lldb-dap` adapters.