akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.37k stars 62 forks source link

using scroll bar causes freezes #551

Open tfriedel opened 1 month ago

tfriedel commented 1 month ago

I enabled the scroll bar and opened a large file (100s of pages) and after using the scroll bar to scroll a large portion the app freezes. Also using the scroll bar felt unnatural. I.e. the scrolling of the text didn't keep up with the scroll bar and it felt like I couldn't move as fast as I wanted.

akiyosi commented 2 weeks ago

@tfriedel If you start goneovim without Neovim personal settings as follows, will the issue be the same?

\path\to\goneovim -u NONE
tfriedel commented 2 weeks ago

no, freezes were not observed when running without personal settings. The unnaturalness / laggy behaviour is however the same. The personal settings I tested it with were with an almost vanilla lazyvim installation.

Btw, I have meanwhile switched to using nvim-scrollview which provides a working scroll bar.