mirror of
https://github.com/neovim/neovim.git
synced 2026-07-27 02:56:35 +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.