folke / which-key.nvim

💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
Apache License 2.0
5.26k stars 165 forks source link

UI is broken on neovide with neovim 0.8+ #345

Closed alloc33 closed 2 months ago

alloc33 commented 2 years ago

This how it should look like (was before):

Screen Shot 2022-10-01 at 6 39 04 PM

This is now:

Screen Shot 2022-10-01 at 6 38 49 PM

What happened. Is there any way to fix that?

folke commented 2 years ago

Did you set cmdheight=0? That might cause issues. Need to see how I can fix that

alloc33 commented 2 years ago

Did you set cmdheight=0? That might cause issues. Need to see how I can fix that

it's not cmdheight issue - tried. Changing it to 0 make it even worth. Increasing - also

sid-6581 commented 1 year ago

Do you have multigrid enabled? I had that issue with it enabled, but it works fine for me with multigrid disabled.

sid-6581 commented 1 year ago

Just to add to this, it's also similarly broken in goneovim.

alloc33 commented 1 year ago

Do you have multigrid enabled? I had that issue with it enabled, but it works fine for me with multigrid disabled.

yes, broken only with multigrid :((

topsideduck commented 1 year ago

I'm facing the same issue. Is there any fix for this? I'm using neovim 0.8.3 and neovide 0.10.3 with multigrid enabled.

alloc33 commented 1 year ago

I'm facing the same issue. Is there any fix for this? I'm using neovim 0.8.3 and neovide 0.10.3 with multigrid enabled.

You can try PRs from fredizzimo in neovide repo. It seems like he made some multigrid fixes but I didn't test it yet.

letavocado commented 1 year ago

@xbladesub. Strange "fix": twice tap on backspace moves up the popup and returns to normal position.

github-actions[bot] commented 3 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.