nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.37k stars 285 forks source link

Winbar moves its position when we page down (on neovide) #1427

Open rodhash opened 2 months ago

rodhash commented 2 months ago

Describe the bug

Basically when we scroll down the winbar moves along.. this has also been reported on neovide:

https://github.com/neovide/neovide/issues/2291

ie:

https://github.com/nvimdev/lspsaga.nvim/assets/29671981/19009e58-04f4-4cc7-9718-87ece08d745f

Steps to reproduce

  1. Open any file
  2. Scroll down
  3. You'll see the winbar "moving" down

Expected behavior

Expected to have the Winbar fixed in its original position.

Neovim version (nvim -v)

NVIM v0.10.0-dev-a84b454

lspsaga commit

f2098549

Terminal name/version

neovide 0.12.2

ps:

Apparently they found a workaround for this issue by using navic but I really enjoy using lspsaga more so decided to raise this issue here