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!
|
autocmd FileType xml :%foldopen!
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
if "$VIM_COLORSCHEME" == "light"
|
if $VIM_COLORSCHEME == "light"
|
||||||
set background=light
|
set background=light
|
||||||
endif
|
endif
|
||||||
set termguicolors
|
set termguicolors
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
call togglebg#map("<Leader>b")
|
call togglebg#map("<Leader>t")
|
||||||
let load_doxygen_syntax = 1
|
let load_doxygen_syntax = 1
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
if !exists('g:airline_symbols')
|
if !exists('g:airline_symbols')
|
||||||
|
|
Loading…
Reference in a new issue