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'