3rd / image.nvim

🖼️ Bringing images to Neovim.
MIT License
812 stars 35 forks source link

Image ignores soft text wrapping #116

Open Vlusky opened 5 months ago

Vlusky commented 5 months ago

I use soft wrapping for my paragraphs but it seems like it had trouble locating where it should be. (using Kitty back end)

https://github.com/3rd/image.nvim/assets/90129039/ec458928-40b7-4c64-880b-ad8a5a306b67

3rd commented 5 months ago

Yeah, this is not implemented, there's no performant API in nvim to measure the rendered height of a buffer section :|