From 40a3d64f02f41bcf037ef8144a854a46d6434f1e Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 28 Mar 2016 20:53:33 +0200 Subject: [PATCH] Different markdown plugins --- .vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index c270f70..4266c3c 100644 --- a/.vimrc +++ b/.vimrc @@ -177,7 +177,12 @@ let g:syntastic_python_pylint_post_args="--max-line-length=120 --load-plugins py " Handy Markdown stuff -Plugin 'tpope/vim-markdown' +"Plugin 'tpope/vim-markdown' +Plugin 'godlygeek/tabular' +Plugin 'plasticboy/vim-markdown' +" Do not fold markdown files by default +let g:vim_markdown_folding_disabled = 1 + if v:version >= 704 " Pandoc, for stuff like autocompletion of citations from bibtex, other LaTeX " stuff. Works with vim >= 7.4