Created
January 30, 2012 18:41
-
-
Save chartjes/1705878 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Vundle manages Vundle!" | |
Bundle 'gmarik/vundle' | |
" My bundles go here | |
" original repos on github" | |
Bundle "ervandew/supertab" | |
Bundle "garbas/vim-snipmate" | |
Bundle 'honza/snipmate-snippets' | |
Bundle 'Lokaltog/vim-powerline' | |
Bundle 'majutsushi/tagbar' | |
Bundle 'MarcWeber/vim-addon-mw-utils' | |
Bundle 'scrooloose/syntastic' | |
Bundle 'tomtom/tlib_vim' | |
Bundle 'tpope/vim-fugitive' | |
Bundle 'tpope/vim-repeat' | |
Bundle 'tpope/vim-unimpaired' | |
" vim-scripts repos | |
Bundle 'closetag.vim' | |
Bundle 'surround.vim' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment