Created
February 22, 2012 01:35
-
-
Save EvanHahn/1880482 to your computer and use it in GitHub Desktop.
My vimrc
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 " syntax highlighting | |
set sw=4 " shift width | |
set ul=100 " undo level | |
set ai " auto indent | |
set si " smart indent | |
set ruler " show cursor position |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment