Fixed snipMate
This commit is contained in:
parent
d4d0570ba2
commit
8679f4634c
1 changed files with 4 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue