Located background settings correctly

Placing it below the selected theme allowed VIM to have a transparent background.
This commit is contained in:
Serĉanto de Scio 2018-04-08 23:38:40 +10:00
parent 3c9a1152f0
commit 9bd8665dd5
No known key found for this signature in database
GPG key ID: B41FA6FF04CE4B93

1
.vimrc
View file

@ -8,6 +8,7 @@ set expandtab
set t_Co=256 " use 265 colors in vim set t_Co=256 " use 265 colors in vim
syntax enable syntax enable
colorscheme solarized colorscheme solarized
hi Normal guibg=NONE ctermbg=NONE
match ErrorMsg '\s\+$' match ErrorMsg '\s\+$'
" Set up the status line so it's colored and always on " Set up the status line so it's colored and always on