3rd / image.nvim

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

fix image and laststatus=2 overlap #180

Closed vurentjie closed 2 weeks ago

vurentjie commented 2 weeks ago

This fixes an issue where the image overlaps with the statusline when laststatus=2: each window has it's own statusline.

Refer to https://github.com/3rd/image.nvim/issues/179

3rd commented 2 weeks ago

Thank you!