vim: Silently load color scheme

This commit is contained in:
Simon Bruder 2020-05-17 04:45:59 +02:00
parent c5aa633d29
commit a124656c1d
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -54,7 +54,7 @@ set colorcolumn=80
" Solarized theme
set background=dark
colorscheme solarized
silent! colorscheme solarized
" Persistent undo
set undofile