[vim] don't bark about the colorscheme

It's missing during the initial install, no reason to halt the installer
for that.
This commit is contained in:
Josh Sherman 2017-08-08 12:04:47 -05:00
parent cf11fb627a
commit 18dc9bf5d4
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -103,7 +103,7 @@ filetype plugin indent on
syntax enable syntax enable
set background=dark set background=dark
colorscheme solarized silent! colorscheme solarized
autocmd BufWritePre * :%s/\s\+$//e autocmd BufWritePre * :%s/\s\+$//e