diff options
| author | Anton Bobov <abobov@gmail.com> | 2019-11-03 19:18:46 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2019-11-03 19:18:46 +0500 |
| commit | 23f3411474dbab55f87e5cac313e38204919ea9d (patch) | |
| tree | 2c18c1ac29a89716229989178a46dcda4a1e2b0d /files | |
| parent | a773acc35891bea297c98505fc2e9026794d3e6d (diff) | |
Add vim-pandoc plugin.
Diffstat (limited to 'files')
| -rw-r--r-- | files/.vimrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/.vimrc b/files/.vimrc index 8b762d1..5801a52 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -71,6 +71,8 @@ Plugin 'https://github.com/ledger/vim-ledger' Plugin 'https://github.com/digitaltoad/vim-jade.git' " Markdown Plugin 'https://github.com/plasticboy/vim-markdown.git' +" Pandoc +Plugin 'vim-pandoc/vim-pandoc' " TypeScript Plugin 'https://github.com/HerringtonDarkholme/yats.vim' " Orgmode @@ -601,6 +603,12 @@ let g:ledger_accounts_cmd = 'cat ~/.ledger-accounts' let g:tex_flavor = 'latex' " }}} +" vim-pandoc {{{ + +let g:pandoc#filetypes#handled = ["pandoc", "markdown"] +let g:pandoc#filetypes#pandoc_markdown = 0 + +" }}} " }}} " Load custom local config {{{ |
