Present.nvim
Presentation plugin for neovim written in lua
Install / Use
/learn @Chaitanyabsprip/Present.nvimREADME
Presenting.nvim
A Presentation plugin written for Neovim in Lua

Installation
You can install Present with your plugin manager of choice
- with packer.nvim
use {
'Chaitanyabsprip/present.nvim',
config = function()
require('present').setup {
-- ... your config here
}
end,
}
- with lazy.nvim
{
'Chaitanyabsprip/present.nvim',
opts = {
-- ... your config here
},
}
Configuration
Defaults
Present comes with the following defaults
{
default_mappings = true,
kitty = {
normal_font_size = 12,
zoomed_font_size = 28,
},
}
You can configure the keymaps for next and previous slide by binding your
desired keys to :bnext and :bprevious
Present currently only supports zooming in for kitty.
My Presentation Workflow
I would usually create one file for each slide and name them as slide-*.md. I
put all of these files in a directory and that forms my presentation.
I heavily use toilet to create my headings and sub-headings. I use vim-unicode-snippets to insert unicode characters like bullets or checks.
You can find a rather naive example displaying in the gif in the assets/ folder.
Related Skills
node-connect
349.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
