samodostal / image.nvim

🖼️ Image Viewer as ASCII Art for Neovim written in Lua
MIT License
168 stars 3 forks source link

Got error for .png, .jpg, and .webp #10

Closed YummyOreo closed 1 year ago

YummyOreo commented 1 year ago

I got the error:

Error detected while processing BufReadPost Autocommands for "*.png":
Error executing lua callback: ...pack\packer\opt\plenary.nvim/lua/plenary/async/async.lua:18: The coroutine failed with this message: ...\site\pack\packer\start\image.nvim/lua/image/ui/init.lua:7: attempt to get length of local 'label' (a nil value)

when trying to open a image

samodostal commented 1 year ago

It should be fixed on the latest main, let me know if the issue persists

YummyOreo commented 1 year ago

works now thanks