vim-menu icon indicating copy to clipboard operation
vim-menu copied to clipboard

The menu can be covered by floating windows

Open dstein64 opened this issue 3 years ago • 0 comments

vim-menu uses a normal window to show menus.

Existing floating/popup windows can cover the menu.

Possible workarounds:

  1. Hide existing floats/popups prior to showing the menu, and make visible after. Vim has popup_hide, but for Neovim this may require temporarily moving and resizing to 1x1 the existing floating windows (which would still be visible in one cell; a new 1x1 floating window can be used to cover any visible text).
  2. Show vim-menu in a float/popup window with high z-index instead of a normal window.

Example screenshot:

vim-menu-hidden-by-float

dstein64 avatar Dec 19 '21 00:12 dstein64