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

Fix: misc fixes #6

Closed tzachar closed 2 years ago

tzachar commented 3 years ago

Without this patch, I cannot get vim to display anything. Several problems are fixed: 1) make init.lua config local 2) proeprly chunk base64 data into 4096 chunks 3) better controll of th m=1|0 flag

hologram works better now, but I am still having issues with removing images.

edluffy commented 2 years ago

Awesome, thank you for the PR :)