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
|
||||
set autoindent
|
||||
set background=dark
|
||||
set directory=.,$TEMP
|
||||
set expandtab
|
||||
set linebreak
|
||||
|
@ -23,7 +24,6 @@ if has("gui_running")
|
|||
set guifont=Consolas:h10:cANSI
|
||||
endif
|
||||
|
||||
set background=dark
|
||||
set columns=88
|
||||
set lines=40
|
||||
|
||||
|
|
Loading…
Reference in a new issue