Created
January 21, 2013 04:13
-
-
Save zenshell/4583537 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
" let Vundle manage Vundle | |
" required! | |
Bundle 'gmarik/vundle' | |
" code completions | |
Bundle 'Shougo/neocomplcache' | |
Bundle 'garbas/vim-snipmate' | |
Bundle 'honza/snipmate-snippets' | |
Bundle 'mattn/zencoding-vim' | |
" snipmate dependencies | |
Bundle 'MarcWeber/vim-addon-mw-utils' | |
Bundle 'tomtom/tlib_vim' | |
" fast navigation | |
Bundle 'tsaleh/vim-matchit' | |
Bundle 'Lokaltog/vim-easymotion' | |
" fast editing | |
Bundle 'tpope/vim-surround' | |
Bundle 'scrooloose/nerdcommenter' | |
Bundle 'Raimondi/delimitMate' | |
Bundle 'godlygeek/tabular' | |
" project management | |
Bundle 'scrooloose/nerdtree' | |
Bundle 'majutsushi/tagbar' | |
Bundle 'humiaozuzu/TabBar' | |
" fast locating | |
Bundle 'mileszs/ack.vim' | |
Bundle 'kien/ctrlp.vim' | |
" powerful enhancement | |
Bundle 'Lokaltog/vim-powerline' | |
Bundle 'vim-scripts/bufexplorer.zip' | |
Bundle 'sjl/gundo.vim' | |
Bundle 'scrooloose/syntastic' | |
Bundle 'tpope/vim-fugitive' | |
" front end utils | |
Bundle 'vim-scripts/closetag.vim' | |
Bundle 'othree/html5.vim' | |
Bundle 'nono/jquery.vim' | |
Bundle 'groenewege/vim-less' | |
Bundle 'kchmck/vim-coffee-script' | |
" color scheme | |
Bundle 'altercation/vim-colors-solarized' | |
Bundle 'sickill/vim-monokai' | |
Bundle 'chriskempson/vim-tomorrow-theme' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment