Neovim 101 — Image Viewer
This article is part of the Neovim 101 series.
The Neovim configuration files are available in this repository.
Getting Started
As Neovim users, we want to do everything within Neovim, including viewing images. In this article, let’s explore the different options we have.
telescope-media-files.nvim
telescope-media-files.nvim
is a Telescope extension to preview images, pdf, epub, videos, and fonts from Neovim using Telescope.
This plugin works well in Linux using ueberzug
. It requires installing other utilities to preview pdf, epubs, videos, and fonts.
- For macOS, check out this thread.
- For Windows users, we can use Neovim with WSL
Check out this related article!