vim: Silently load color scheme
This commit is contained in:
parent
c5aa633d29
commit
a124656c1d
|
@ -54,7 +54,7 @@ set colorcolumn=80
|
||||||
|
|
||||||
" Solarized theme
|
" Solarized theme
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme solarized
|
silent! colorscheme solarized
|
||||||
|
|
||||||
" Persistent undo
|
" Persistent undo
|
||||||
set undofile
|
set undofile
|
||||||
|
|
Reference in a new issue