From a124656c1de3271fc7586526f7befcffd4280b8b Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 17 May 2020 04:45:59 +0200 Subject: [PATCH] vim: Silently load color scheme --- home/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.vimrc b/home/.vimrc index 6448412..c1266c6 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -54,7 +54,7 @@ set colorcolumn=80 " Solarized theme set background=dark -colorscheme solarized +silent! colorscheme solarized " Persistent undo set undofile