Skip to content

Instantly share code, notes, and snippets.

View tbrooke's full-sized avatar

Tom Brooke tbrooke

  • Brooke and Sons LLC
  • China Gove, NC 28023
View GitHub Profile
@tbrooke
tbrooke / .vimrc
Created July 3, 2015 12:49 — forked from anonymous/.vimrc
set nocompatible
runtime macros/matchit.vim
if has("autocmd")
filetype indent plugin on
endif
filetype off
let mapleader=" "
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()