mirror of
https://github.com/neovim/neovim.git
synced 2026-09-10 16:05:55 +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.