A basic integration of pandoc
features on Neovim.
All code inside lua/plenary/
comes from plenary.nvim.
: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
.
- Add ability to change PDF reader
- Add ability to change pandoc args
- Probably something more