Skip to content

Instantly share code, notes, and snippets.

@kithokit
Created June 25, 2013 09:04
Show Gist options
  • Select an option

  • Save kithokit/5857060 to your computer and use it in GitHub Desktop.

Select an option

Save kithokit/5857060 to your computer and use it in GitHub Desktop.
" =======================================
" 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