Home > Net >  How to show images in neovim
How to show images in neovim

Time:11-22

I use Warp Terminal (and sometimes iterm2). Is there any way to show images in them while using neovim? I tried searching for some plugins online but the only one i found was Hologram, which seems to be only for kitty.

here's what the output looks like

CodePudding user response:

You can use feh to view image in terminal.

If you want to do this inside Neovim, just use :!feh {file name}.png

  • Related