HampusHauffman / block.nvim

209 stars 2 forks source link

Extarks scroll with horizontal scroll. #4

Closed HampusHauffman closed 1 year ago

HampusHauffman commented 1 year ago

Currently i've not been able to figure out a way to manage horizontal scroll when opt.wrap = false. Any suggestions for how to fix this is:o

Screenshot 2023-06-15 at 13 07 02

Resulting in this ugly mess on long lines. Any idea on how to fix this is greatly appreciated!

nyngwang commented 1 year ago

Also noticed this issue. I guess we need to refresh/recalculate the extmark on WinScrolled, which includes scrolling horizontally.

HampusHauffman commented 1 year ago

Also noticed this issue. I guess we need to refresh/recalculate the extmark on WinScrolled, which includes scrolling horizontally.

The issue is that i've yet to find a way to see how far right you've scrolled :/

nyngwang commented 1 year ago

@HampusHauffman Good news, I just fixed it :) (but I spent ~3 hours straight lol)

DEMO

https://github.com/HampusHauffman/block.nvim/assets/24765272/f0341f79-6236-4d40-838d-18ce67f03648

HampusHauffman commented 1 year ago

@nyngwang if you have the time could you test out #22 :)

nyngwang commented 1 year ago

Did. It's safe to close this issue now~ Thanks for creating and maintaining this plugin!