Skip to content

GarciaBarreiro/nvim-pandoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-pandoc

A basic integration of pandoc features on Neovim.

All code inside lua/plenary/ comes from plenary.nvim.

Usage

:PandocWrite [ext]: executes pandoc filename.foo -o filename.ext. If [ext] is left empty, writes to filename.pdf.

:PandocRead [ext]: executes xdg-open filename.ext. If [ext] is left empy, tries to open filename.pdf.

TODO list

  • Add ability to change PDF reader
  • Add ability to change pandoc args
  • Probably something more

About

Neovim plugin that allows easier use of Pandoc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages