Created
October 18, 2016 08:58
-
-
Save mpurzynski/b68ab3ff0df040b6256b735382649eab 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 encoding=utf8 | |
syntax enable | |
colorscheme darkblue | |
set ruler | |
set expandtab | |
set shiftwidth=4 | |
set tabstop=4 | |
set nobackup | |
set directory=~/tmp | |
"colorscheme elflord | |
"set noexpandtab | |
"set nowb | |
"set cindent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment