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

broken on HEAD neovim #7

Closed goolord closed 2 years ago

goolord commented 2 years ago

expected lua number https://github.com/edluffy/hologram.nvim/blob/eb23c495bd512ce8d3f762a61f2f16df1e53633c/lua/hologram/image.lua#L20

i think the extmark api changed at some point

nerdjp commented 2 years ago

I solved this problem by calling require('hologram').setup() either manually or on packer config. Still, #5 happens to me now.

romgrk commented 2 years ago

Test with #8, it should fix the issue

nerdjp commented 2 years ago

Indeed #8 fixed the problem, now the plugin displays!