Skip to content

Instantly share code, notes, and snippets.

@rand-fu
rand-fu / .vimrc
Last active August 29, 2015 14:07 — forked from jinie/.vimrc
set nocompatible " be iMproved
filetype on "Avoid errors on close
filetype off " required!
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" Bundles {{{-
" let Vundle manage Vundle
" required!