Created
November 22, 2013 04:50
-
-
Save jpace121/7595010 to your computer and use it in GitHub Desktop.
My .vimrc for my mac Assumes set nocompatitible
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This isn't good any more. Look at my .vim folder for better stuff.