[vim] silences colorscheme error on install

This commit is contained in:
Josh Sherman 2016-12-10 20:35:25 -06:00
parent 046b3f4a31
commit 1f4aba0710
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -109,7 +109,7 @@ filetype plugin indent on
syntax enable
set background=dark
colorscheme hybrid
silent! colorscheme hybrid
augroup ExtraWhitespace
autocmd BufEnter * highlight ExtraWhitespace ctermbg=DarkRed ctermfg=white