edluffy / hologram.nvim

👻 A cross platform terminal image viewer for Neovim. Extensible and fast, written in Lua and C. Works on macOS and Linux.
MIT License
1.28k stars 31 forks source link

Markdown auto_display, Images persist on after switching tabs. #40

Open ariel-frischer opened 1 year ago

ariel-frischer commented 1 year ago

I'm using:

require('hologram').setup{
    auto_display = true -- WIP automatic markdown image display, may be prone to breaking
}

When I switch tabs from a tab that had README.md, the image persists and does not go away, if I switch buffers the image goes away.