Andrei Neculaesei
Andrei Neculaesei
> Thanks for the reply, i turned my custom auto-commands and plugins off and nvim only crashes sometimes now in combination with `local image_api = require("image")`. > > Maybe it...
https://www.lua.org/pil/9.4.html#:~:text=However%2C%20unlike%20%22real%22%20multithreading%2C%20coroutines%20are%20non%20preemptive It would be nice to run the image processing on a different thread, but didn't get into that yet as we'll need a system to also abort/invalidate operations. Edit:...
Hey, it's not a config issue, it's something that was disabled and comes from here: https://github.com/3rd/image.nvim/blob/master/lua/image/renderer.lua#L169 I was just looking into this yesterday (rewrite in progress), and we need to...
@printfdebugging should work now
Hey, it might be that the org integration needs to be extended, does this work? ``` [[cat.jpeg][title]] ```
Hey @scientiac, can you try this branch? https://github.com/3rd/image.nvim/tree/feature/only_render_image_at_cursor_mode
Hey, yep definitely, everything should be plug and play in the end - integrations, image processors and backends. I've been slowly working towards that but didn't have enough time.
Yes, any suggestions on how to render the descriptions? I think comment blocks might be better for multi-line, maybe with a special prefix ex ///
just a note if someone else hits this: `--no-process-group` fixes it and another issue where it doesn't actually run the command and it doesn't output anything
can you try this branch? https://github.com/3rd/image.nvim/tree/pr/199 branch is `pr/199` it's not merged yet