Aasim-A / scrollEOF.nvim

Scroll past the end of file just like scrolloff option
MIT License
102 stars 3 forks source link

cursor misalignment in normal mode when vim.o.smoothscroll = true #18

Closed Espacio-root closed 2 weeks ago

Espacio-root commented 3 months ago

As the title states, the cursor sometimes gets misaligned when the vim option "smoothscroll" is set to true

Uploading output.mp4…

Espacio-root commented 3 months ago

https://github.com/Aasim-A/scrollEOF.nvim/assets/118763335/2c6d5927-3651-4f41-9a0a-8471121745a9

Aasim-A commented 2 months ago

Hi, can you post your neovim version?

Aasim-A commented 2 months ago

I was unable to reproduce the issue. Is there another plugin that's causing the issue?

Espacio-root commented 2 months ago

NVIM v0.11.0-dev-313+gfc9b70826e Build type: RelWithDebInfo LuaJIT 2.1.1720049189

Aasim-A commented 2 months ago

Still unable to reproduce. Please provide a minimal reproducible setup.