nvf/docs/manual/release-notes/rl-0.9.md
Ben 7080e5c2b0 bufferline.nvim: fix hover behavior
Enable `mousemoveevent` vim option if `setupOpts.options.hover` is
enabled, as required by the plugin.
2025-12-17 14:30:17 +08:00

8 lines
230 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.