vimrc: Switched key for background toggle, repaired bg check
This commit is contained in:
parent
e6db1b3953
commit
2ee7933c82
1 changed files with 2 additions and 2 deletions
4
.vimrc
4
.vimrc
|
@ -52,12 +52,12 @@ augroup XML
|
|||
autocmd FileType xml :%foldopen!
|
||||
augroup END
|
||||
|
||||
if "$VIM_COLORSCHEME" == "light"
|
||||
if $VIM_COLORSCHEME == "light"
|
||||
set background=light
|
||||
endif
|
||||
set termguicolors
|
||||
colorscheme solarized
|
||||
call togglebg#map("<Leader>b")
|
||||
call togglebg#map("<Leader>t")
|
||||
let load_doxygen_syntax = 1
|
||||
let g:airline_powerline_fonts = 1
|
||||
if !exists('g:airline_symbols')
|
||||
|
|
Loading…
Reference in a new issue