Fixed snipMate

This commit is contained in:
madmaurice 2015-10-28 19:35:26 +01:00
parent d4d0570ba2
commit 8679f4634c

View file

@ -11,10 +11,13 @@ Plugin 'VundleVim/Vundle.vim'
" My plugins
Plugin 'scrooloose/nerdtree' " FileBrowser on the left side
Plugin 'ervandew/supertab' "Auto completion
Plugin 'msanders/snipmate.vim' "Snippets
Plugin 'jeetsukumaran/vim-buffergator' "Easy buffer switching
Plugin 'ap/vim-templates' "File templates
Plugin 'godlygeek/tabular' "Tabularize
Plugin 'MarcWeber/vim-addon-mw-utils' " Dependency for snipmate
Plugin 'tomtom/tlib_vim' "Dependency for snipmate
Plugin 'garbas/vim-snipmate' "Snippets
" End init vundle
call vundle#end()