You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm honestly not too sure if I want to do anything about this, mostly because long lines in Markdown seem incorrect in general.
The solution would be really expensive in that the auto-command would now need to listen to all cursor movements and re-render the marks with any horizontal offset applied.
If that's what the solution ends up being, and I personally cannot think of a way around it, I would rather leave it as a known limitation of this plugin. Especially when another solution is to have the user enable line wrapping on markdown files.
Hi, thanks for looking into this. I think that leaving this as a known limitation is perfectly fine, especially since the solution seems to be really expensive.
I'll be sure to let you know if I manage to think of a better approach.
It seems that scrolling horizontally breaks the plugin.
Steps to Reproduce
demo/sample.md
in nvim:set nowrap
zL
in normal modeedit: wrong image
The text was updated successfully, but these errors were encountered: