Skip to content

Instantly share code, notes, and snippets.

@jpace121
Created November 22, 2013 04:50
Show Gist options
  • Save jpace121/7595010 to your computer and use it in GitHub Desktop.
Save jpace121/7595010 to your computer and use it in GitHub Desktop.
My .vimrc for my mac Assumes set nocompatitible
syntax on
set autoindent
set tabstop=4
set backspace=indent,eol,start
execute pathogen#infect()
syntax on
"filetype plugin indent on"
set background=dark
colorscheme solarized
@jpace121
Copy link
Author

This isn't good any more. Look at my .vim folder for better stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment