aboutsummaryrefslogtreecommitdiff
path: root/files/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vimrc')
-rw-r--r--files/.vimrc8
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 {{{