An open API service indexing awesome lists of open source software.

https://github.com/roshan-r/image-view.nvim

A neovim plugin to preview images from the terminal using ueberzug
https://github.com/roshan-r/image-view.nvim

Last synced: 6 months ago
JSON representation

A neovim plugin to preview images from the terminal using ueberzug

Awesome Lists containing this project

README

          

# image-view.nvim
A neovim plugin to preview images from the terminal using ueberzug

# Development

```
git clone https://github.com/Roshan-R/image-view.nvim
cd image-view.nvim
cp ~/.config/nvim/init.vim .
echo "let &runtimepath.=','.escape(expand(':p:h'), '\,')" >> init.vim
nvim -u init.vim
```