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
- Host: GitHub
- URL: https://github.com/roshan-r/image-view.nvim
- Owner: Roshan-R
- Created: 2022-02-01T17:42:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T17:50:25.000Z (about 4 years ago)
- Last Synced: 2025-06-30T10:46:30.750Z (7 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```