3rd / image.nvim

🖼️ Bringing images to Neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] `magick.load_image()` returns nil

Bekaboo opened this issue · comments

The call to magick.load_image() in lua/image/image.lua at line 265 can return nil which causes error at line 268 every time the text being changed inside current buffer:

magick_image = magick.load_image(absolute_path)

Peek.2023-10-25.10-23.mp4

Thanks for the issue, should be ok now!

It works greate, thx! ❤️