nvf/docs/manual/release-notes/rl-0.9.md
Jens Feodor Nielsen af02324695 utility/ccc: add inputs and outputs options
Added `ccc.nvim` options `vim.utility.ccc.inputs` and
`vim.utility.ccc.outputs` to make input color systems and output color
formats configurable.
2026-01-02 19:40:44 +01:00

16 lines
485 B
Markdown

# Release 0.9 {#sec-release-0-9}
## Changelog {#sec-release-0-9-changelog}
[suimong](https://github.com/suimong):
- Fix `vim.tabline.nvimBufferline` where `setupOpts.options.hover` requires
`vim.opt.mousemoveevent` to be set.
[jfeo](https://github.com/jfeo):
[ccc.nvim]: https://github.com/uga-rosa/ccc.nvim
- Added [ccc.nvim] options {option}`vim.utility.ccc.inputs` and
{option}`vim.utility.ccc.outputs` to make input color systems and output color
formats configurable.