Skip to content

Instantly share code, notes, and snippets.

@ksteigerwald
Created March 18, 2013 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksteigerwald/5187735 to your computer and use it in GitHub Desktop.
Save ksteigerwald/5187735 to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax on
filetype plugin indent on
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
set tabstop=2
set softtabstop=2
set shiftwidth=2
set expandtab
Bundle "pangloss/vim-javascript"
Bundle "scrooloose/nerdtree"
Bundle "MarcWeber/vim-addon-mw-utils"
Bundle "tomtom/tlib_vim"
Bundle "honza/snipmate-snippets"
Bundle "garbas/vim-snipmate"
Bundle 'mileszs/ack.vim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment