You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If possible with the constraints of neovim, it would be nice if the sixel image protocol was supported. That way, https://codeberg.org/dnkl/foot could display images.
The text was updated successfully, but these errors were encountered:
Might be worth looking at image.nvim . It doesn't have sixel support yet however it can use ueberzugpp to display images over nvim. It also has support for the kitty protocol.
I tried the minimal setup (present in the repo) and it worked quite well, the lua api seems really nice to interact with.
The ueberzugpp window does lag when scrolling, however that shouldn't be an issue with the way the preview works. The only notable issue with it is that moving a floating terminal with nvim won't update ueberzug's position, but i'd say that's unavoidable. It still works really well.
If possible with the constraints of neovim, it would be nice if the sixel image protocol was supported. That way, https://codeberg.org/dnkl/foot could display images.
The text was updated successfully, but these errors were encountered: