Handles vim-pandoc's integration with third-party plugins.
(The names used to enable the corresponding modules [see below] are in italics)
- ultisnips - ultisnips
- neosnippet - neosnippets
- vim-snipsmate - snipmate
- unite.vim - unite
- supertab - supertab
- nrrwrgn - nrrwrgn
- vim-table-mode - tablemode
- vimcompletesme - vimcompletesme
- FastFold - fastfold
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"]