Created
November 9, 2010 17:38
-
-
Save cmhobbs/669457 to your computer and use it in GitHub Desktop.
This file contains 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
filetype plugin on | |
filetype indent on | |
set t_Co=256 | |
syntax on | |
colorscheme obsidian | |
set number | |
set expandtab | |
set shiftwidth=2 | |
set softtabstop=2 | |
set cursorcolumn | |
set cursorline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment