/vim-pandoc-after

Handles vim-pandoc's integration with third-party plugins

Primary LanguageVim script

vim-pandoc-after

Handles vim-pandoc's integration with third-party plugins.

plugins supported

(The names used to enable the corresponding modules [see below] are in italics)

Configuration

To enable plugins' support, you must set the variable g:pandoc#after#modules#enabled. For example, to enable NrrwRgn and ultisnips support, add the following to your vimrc:

let g:pandoc#after#modules#enabled = ["nrrwrgn", "ultisnips"]

Other projects worth checking out