bufferline.nvim: fix hover behavior

Enable `mousemoveevent` vim option if `setupOpts.options.hover` is
enabled, as required by the plugin.
This commit is contained in:
Ben 2025-12-17 13:21:40 +08:00 committed by Ben Yang
commit 7080e5c2b0
3 changed files with 31 additions and 4 deletions

View file

@ -12,4 +12,5 @@ release-notes/rl-0.5.md
release-notes/rl-0.6.md
release-notes/rl-0.7.md
release-notes/rl-0.8.md
release-notes/rl-0.9.md
```

View file

@ -0,0 +1,8 @@
# 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.