docs: move release-notes to manual/

This commit is contained in:
Ching Pei Yang 2025-11-14 18:41:30 +01:00
commit 25c3710517
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
9 changed files with 1 additions and 0 deletions

View file

@ -72,6 +72,7 @@
- Add [](#opt-vim.lsp.lightbulb.autocmd.enable) for manually managing the - Add [](#opt-vim.lsp.lightbulb.autocmd.enable) for manually managing the
previously managed lightbulb autocommand. previously managed lightbulb autocommand.
- A warning will occur if [](#opt-vim.lsp.lightbulb.autocmd.enable) and - A warning will occur if [](#opt-vim.lsp.lightbulb.autocmd.enable) and
`vim.lsp.lightbulb.setupOpts.autocmd.enabled` are both set at the same time. `vim.lsp.lightbulb.setupOpts.autocmd.enabled` are both set at the same time.
Pick only one. Pick only one.