Neovim
see also Vim, Jupyter and Vim Nvim Plugin Development
NeoVim only in this note
Plugins
Markdown previewing
- Article: [Markdown Writing and Previewing in Neovim – A Complete Guide](Markdown Writing and Previewing in Neovim – A Complete Guide)
- markdown preview plugin for (neo)vim
Images in vim
I would really like to be able to see images in (neo)vim neovim issue tracker: UI extension rework
I currently see two possible approaches:
Supporting graphics in the #terminal (and then in vim)
- the kitty terminal emulator has support for images (also iterm)
- hologram.nvim supports the kitty graphics protocol
- vimage.nvim DEAD plugin for displaying image in neovim reddit discussion
- neovim supports virtual lines
UI for nvim outside of the terminal which supports graphics
- Are there any?