Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.13 KB

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