3rd / image.nvim

🖼️ Bringing images to Neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] accounting for virtual text that's folded when positioning image

benlubas opened this issue · comments

when placing images in the y axis we consider virtual text above the image as this can take up space above the image. and we consider folded lines, as folds can remove space above the image.

But we don't consider that virtual text above the image could itself be folded and therefore not show up to take up space.

screen_cap.mp4