Hacker News new | ask | show | jobs
by bbkane 769 days ago
I'd really like image support in a Neovim GUI.

It'd make markdown editing easier for me

2 comments

Seems more likely to be something you implement with e.g. kitty/iterm/sixel escape codes than moving to a GUI app. Actually probably is something that could be implemented in neovim today. Maybe even by a plugin, not sure what control they have over stuff like that.
see 3rd/image.nvim on github. There might be others