Created
March 3, 2015 11:41
-
-
Save iley/89ce8224ff3d1ae363e8 to your computer and use it in GitHub Desktop.
This file contains 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
" plugins | |
Bundle 'Lokaltog/vim-powerline' | |
Bundle 'ervandew/supertab' | |
Bundle 'exu/pgsql.vim' | |
Bundle 'fatih/vim-go' | |
Bundle 'honza/vim-snippets' | |
Bundle 'hynek/vim-python-pep8-indent' | |
Bundle 'garbas/vim-snipmate' | |
Bundle 'gcmt/taboo.vim' | |
Bundle 'git://git.wincent.com/command-t.git' | |
Bundle 'kana/vim-fakeclip' | |
Bundle 'majutsushi/tagbar' | |
Bundle 'mileszs/ack.vim' | |
Bundle 'scrooloose/nerdcommenter' | |
Bundle 'scrooloose/nerdtree' | |
Bundle 'sickill/vim-pasta' | |
Bundle 'tpope/vim-dispatch' | |
Bundle 'tpope/vim-fugitive' | |
Bundle 'tpope/vim-git' | |
Bundle 'tpope/vim-rsi' | |
Bundle 'tpope/vim-sensible' | |
Bundle 'tpope/vim-unimpaired' | |
Bundle 'vim-scripts/slimv.vim' | |
" color schemes | |
Bundle 'altercation/vim-colors-solarized' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment