From 5dd2c000367bce71ee6c9dff95515dd38c1b7c8a Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Tue, 6 Nov 2012 17:03:56 +0100 Subject: [PATCH] vim: added bundle for markdown support --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index 06b889e..542db76 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -13,6 +13,7 @@ Bundle 'gmarik/vundle' Bundle 'xolox/vim-session' Bundle 'tpope/vim-rails' +Bundle 'tpope/vim-markdown' Bundle 'Gundo' Bundle 'The-NERD-tree'