vim: added snipMate plugin

master
Guillaume Dott 2012-11-18 20:24:51 +01:00
parent fcc9df0b13
commit b090a677e8
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ Bundle 'xolox/vim-session'
Bundle 'tpope/vim-rails' Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-markdown' 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 'Gundo'
Bundle 'The-NERD-tree' Bundle 'The-NERD-tree'
Bundle 'The-NERD-Commenter' Bundle 'The-NERD-Commenter'