Created
January 2, 2012 21:13
-
-
Save davidrobert/1552150 to your computer and use it in GitHub Desktop.
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
set nocompatible | |
set bs=2 | |
set columns=80 | |
set background=dark | |
set wrapmargin=8 | |
syntax on | |
set ruler | |
set number |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment