Andrei Neculaesei

Results 67 comments of Andrei Neculaesei

Yep, the current version is very naive for this, been thinking of cropping the images properly for floating panes like Lazy's as well.

Hey, can you make a small repro script for this, if it still happens? :heart:

The plugin doesn't override your statusline, must be something else in your setup. Can you share a minimal repro config?

Hey, yeah it looks great! It's a library, so we'd need to make a wrapper backend for it, and I'm considering that anyway, to replace magick with something better. Now...

This is super interesting, must be a bug in Neovim, definitely unexpected editor behavior. Will try to track it down.

Hey, I'm not sure how things work on macOS, does this help you? https://github.com/3rd/image.nvim/issues/18#issuecomment-1826976752

Ah we only have experimental support for placeholders, they didn't work great so far, but might be good for animations in statuslines. I don't know about Konsole, but even WezTerm...

Neovim is supposed to come with LuaJIT, and it should works in its context, your external Lua version doesn't matter. Check if `nvim --version` says it has LuaJIT, and preferably...

Yeah, had all kind of issues, it requires filling the term cells at the target position with some characters, and it's pretty finicky. It would work great in a statusline...

Ah interesting, maybe they only support that. We can add an option to force direct mode, although it should be much slower.