Skip to content

Instantly share code, notes, and snippets.

View jamesbaker1901's full-sized avatar

Jay Baker jamesbaker1901

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jamesbaker1901 on github.
  • I am jaybaker (https://keybase.io/jaybaker) on keybase.
  • I have a public key ASCBdtjf7_C3HSRXdBaz0kHxWHvGHm7pLP6VSiLfC2UdVQo

To claim this, I am signing this object:

set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required