From 18dc9bf5d4e4fe622f94249eb3794eef6380478c Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Tue, 8 Aug 2017 12:04:47 -0500 Subject: [PATCH] [vim] don't bark about the colorscheme It's missing during the initial install, no reason to halt the installer for that. --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index db3869f..cae1adf 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -103,7 +103,7 @@ filetype plugin indent on syntax enable set background=dark -colorscheme solarized +silent! colorscheme solarized autocmd BufWritePre * :%s/\s\+$//e