[Feature]: Support Neovide
jla2000 opened this issue ยท 3 comments
jla2000 commented
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.
Recording.2023-10-09.154634.mp4
Expected behavior
Dropbar does not move together with the content, but stays fixed in the first line.
Bekaboo commented
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
You're right thanks ๐
jla2000 commented
This seems to be a known issue: neovide/neovide#1550