Created
June 25, 2013 09:04
-
-
Save kithokit/5857060 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
| " ======================================= | |
| " Who: Kit Ho | |
| " What: | |
| " Version: 1.0 (this may never change because who versions dot file | |
| " ======================================= | |
| " window position | |
| :winpos 600 100 | |
| " ---------------------------------------- | |
| " Vundle | |
| " ---------------------------------------- | |
| set nocompatible " be iMproved | |
| filetype off " required! | |
| set rtp+=~/.vim/bundle/vundle/ | |
| call vundle#rc() | |
| " let Vundle manage Vundle, required | |
| Bundle 'gmarik/vundle' | |
| " --------------- | |
| " Plugin Bundles | |
| " --------------- | |
| " Navigation | |
| Bundle 'wincent/Command-T' | |
| " This fork is required due to remapping ; to : | |
| Bundle 'Lokaltog/vim-easymotion' | |
| Bundle 'kien/ctrlp.vim' | |
| " UI Additions | |
| Bundle 'mutewinter/vim-indent-guides' | |
| Bundle 'Lokaltog/vim-powerline' | |
| Bundle 'scrooloose/nerdtree' | |
| "Bundle 'jistr/vim-nerdtree-tabs' | |
| " Bundle 'Rykka/ColorV' use vim-scripts/ColorV instead | |
| Bundle 'nanotech/jellybeans.vim' | |
| Bundle 'tomtom/quickfixsigns_vim' | |
| " Commands | |
| Bundle 'scrooloose/nerdcommenter' | |
| Bundle 'tpope/vim-surround' | |
| Bundle 'tpope/vim-speeddating' | |
| Bundle 'tpope/vim-fugitive' | |
| Bundle 'godlygeek/tabular' | |
| Bundle 'mileszs/ack.vim' | |
| Bundle 'milkypostman/vim-togglelist' | |
| Bundle 'mattn/gist-vim' | |
| Bundle 'mattn/webapi-vim' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment