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

No image is shows, just base64 encoded strings #5

Closed tzachar closed 2 years ago

tzachar commented 3 years ago

Hi there.

Trying to load an image fails, with base64 text being inserted. Using kitty +kitten icat /tmp/1.png does work though.

Using latest nvim nightly and kitty 0.22.2

tzachar commented 3 years ago

see #6

nvr8 commented 2 years ago

Same for me, kitty +kitten icat image.png works, except when I try ..add_image(...) in neovim nothing happens. No errors, no base64 string. I'm manually calling setup() as mentioned elsewhere. I print out some variables from the lua source, and all seems fine.