Skip to content

thiago-figueredo/present.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

present.nvim

Hey, this is a plugin for presenting markdown files!!

Features: Neovim Lua Execution

Can execute code in lua blocks, when you have them in a slide

print("Hello world", 37, true)

Features: Other Langs

Can execute code in Language blocks, when you have them in a slide.

You may need to configure this with opts.executors, only have Python and Javascript by default.

print("yaayayayaya python")

Usage

require("present").start_presentation {}

Use n, and p to navigate markdow slides.

Or use :PresentStart Command

Credits

teej_dv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 97.9%
  • Makefile 1.3%
  • Vim Script 0.8%