[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:
parent
cf11fb627a
commit
18dc9bf5d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue