Disable auto background stuff

Wasn't working all that great for some reason, disabling for now
This commit is contained in:
Josh Sherman 2018-08-05 22:30:15 -05:00
parent 3aff808933
commit b138836ec5
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

12
vimrc
View file

@ -1,11 +1,13 @@
syntax on
color solarized
if exists('theme') && theme == 'light'
set background=light
else
set background=dark
endif
" if exists('theme') && theme == 'light'
" set background=light
" else
" set background=dark
" endif
set background=dark
set ai et si sts=2 sw=2 ts=2
set hid