Using Vim or Neovim for presentation.
Overview
In the previous article, I talked about using Emacs for presentations. Specifically for Emacs, we can use Org mode for keeping notes, maintaining to-do lists, planning projects, authoring documents, computational notebooks, literate programming, and more.
In this article, let’s explore the options we have for Vim/Neovim.
presenting.vim
There are quite several plugins developed for Vim/Neovim for presentation purposes. However, not many are maintained and updated at this point of writing.
presenting.vim
is a Vim plugin that turns your markup into presentable slides in Vim/Neovim. For most scenarios, this plugin should be more than sufficient for presentation purposes. This plugin uses Markdown syntax which makes it very easy for you to create slides for presentation.
Using my dotfiles, I can easily install it using packer.nvim
.
return require('packer').startup(function()