Skip to content

Instantly share code, notes, and snippets.

@th-lange
th-lange / 1 old.vimrc
Last active November 30, 2015 18:16 — forked from ksassnowski/.vimrc
VIM .vimrc #VIM
set nocompatible
filetype off
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" Plugins
" ------------------------------
Plugin 'gmarik/Vundle.vim'