mirror of
https://github.com/neovim/neovim.git
synced 2026-03-30 12:22:08 +00:00
Problem: The floating preview window (e.g. completion info) has mouse=false, so scroll wheel events pass right through it. Solution: Set mouse=true on the preview float so users can scroll its content with the mouse wheel.