vimrc: Switched key for background toggle, repaired bg check

This commit is contained in:
Tobias Schmidl 2024-02-05 09:57:10 +01:00
parent e6db1b3953
commit 2ee7933c82

4
.vimrc
View file

@ -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')