Created
June 1, 2014 12:31
-
-
Save rdpanek/9fd6934672e686e7cd2d to your computer and use it in GitHub Desktop.
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 number | |
set ruler | |
set ignorecase | |
set ts=2 | |
colorscheme koehler | |
syntax on | |
set hlsearch | |
set incsearch | |
set ignorecase | |
set wildmenu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment