actually set background to dark

This commit is contained in:
2015-09-18 15:33:00 -04:00
parent 1a25c78f8c
commit 25e42e024b

2
.vimrc
View File

@@ -17,11 +17,11 @@ set smartindent
" Show multicharacter commands as they are being typed
set showcmd
set background=dark
set laststatus=2
set noshowmode
set incsearch
colorscheme distinguished
set background=dark
execute pathogen#infect()