Set background as dark by default
This commit is contained in:
parent
9b759fc142
commit
453d6460be
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue