Skip to content

Instantly share code, notes, and snippets.

@mtomwing
mtomwing / .vimrc
Last active August 29, 2015 13:56 — forked from anonymous/.vimrc
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'scrooloose/syntastic'
Bundle 'bitc/vim-bad-whitespace'
Bundle 'Valloric/YouCompleteMe'