Bekaboo / dropbar.nvim

IDE-like breadcrumbs, out of the box
GNU General Public License v3.0
990 stars 23 forks source link

[Feature]: Support Neovide #101

Closed jla2000 closed 11 months ago

jla2000 commented 11 months ago

Problem

When using a neovim frontend like neovide (with enabled multigrid support) the dropbar moves together with the content and gets set again to the correct position once the animation has been completed. This introduces weird artefacts. Other bars, such as bufferline.nvim seem to do it somehow different so they stay always in the first line.

https://github.com/Bekaboo/dropbar.nvim/assets/138496837/40e5b024-43aa-4eac-91e6-84cad75e01a2

Expected behavior

Dropbar does not move together with the content, but stays fixed in the first line.

Bekaboo commented 11 months ago

I also noticed this but it is a neovide bug, you can try neovide --multigrid -- --clean +'set winbar=abcd' and observe the problem persists.

jla2000 commented 11 months ago

You're right thanks :+1:

jla2000 commented 11 months ago

This seems to be a known issue: neovide/neovide#1550