Set background as dark by default

This commit is contained in:
Anthony Rose 2015-10-13 15:30:10 +01:00
parent 9b759fc142
commit 453d6460be

2
vimrc
View file

@ -4,6 +4,7 @@ execute pathogen#infect()
filetype plugin indent on filetype plugin indent on
set autoindent set autoindent
set background=dark
set directory=.,$TEMP set directory=.,$TEMP
set expandtab set expandtab
set linebreak set linebreak
@ -23,7 +24,6 @@ if has("gui_running")
set guifont=Consolas:h10:cANSI set guifont=Consolas:h10:cANSI
endif endif
set background=dark
set columns=88 set columns=88
set lines=40 set lines=40