Skip to content

Instantly share code, notes, and snippets.

@derekdreery
Created March 2, 2014 09:54
Show Gist options
  • Save derekdreery/9304287 to your computer and use it in GitHub Desktop.
Save derekdreery/9304287 to your computer and use it in GitHub Desktop.
My .vimrc
set nocompatible
filetype off
" Set the runtime path to vundle and init
set rtp+=~/.vim/bundle/vundle
call vundle#rc()
" Bundles
" -------
" core
Bundle 'gmarik/vundle'
" general
Bundle 'Lokaltog/vim-easymotion'
syntax on
set ts=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment