Skip to content

Instantly share code, notes, and snippets.

@southp
southp / my noob vimrc
Last active December 11, 2015 04:28
My noob vimrc.
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'L9'
Bundle 'FuzzyFinder'
Bundle 'bufexplorer.zip'