From b090a677e8a2cded22eaf3427e5029d6dad73721 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Sun, 18 Nov 2012 20:24:51 +0100 Subject: [PATCH] vim: added snipMate plugin --- vim/vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index b861604..0d3fe76 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -15,6 +15,12 @@ Bundle 'xolox/vim-session' Bundle 'tpope/vim-rails' Bundle 'tpope/vim-markdown' +Bundle "garbas/vim-snipmate" +" snipMate dependencies +Bundle "MarcWeber/vim-addon-mw-utils" +Bundle "tomtom/tlib_vim" +Bundle "honza/snipmate-snippets" + Bundle 'Gundo' Bundle 'The-NERD-tree' Bundle 'The-NERD-Commenter'