From 1e2d963805e97560c73b7b5c4bec8b8251f94114 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 15 Jun 2014 11:52:40 +0200 Subject: [PATCH] Nice vim plugins --- .vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vimrc b/.vimrc index 6129340..6d6843e 100644 --- a/.vimrc +++ b/.vimrc @@ -19,6 +19,13 @@ Plugin 'tpope/vim-sensible' Plugin 'jnurmine/Zenburn.git' " Python autocompletion Plugin 'davidhalter/jedi-vim' +" Handy Markdown stuff +Plugin 'tpope/vim-markdown' +" Pandoc, for stuff like autocompletion of citations from bibtex, other LaTeX +" stuff +Plugin 'vim-pandoc/vim-pandoc' +" Distraction-free writing, start with V (\V) +Plugin 'mikewest/vimroom' " All of your Plugins must be added before the following line call vundle#end() " required