From 4a5d141ef26e6f4c717de754cc804b40e401ddca Mon Sep 17 00:00:00 2001 From: waldek Date: Mon, 17 Jan 2022 18:50:25 +0100 Subject: [PATCH] supresses the missing solarized message on first startup --- visual.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual.vimrc b/visual.vimrc index fc18d59..2439674 100644 --- a/visual.vimrc +++ b/visual.vimrc @@ -3,7 +3,7 @@ " ---------------------------------------------------------------------------- " set a colorscheme -colorscheme solarized +silent! colorscheme solarized set background=dark " do soft wrap of text but not in the middle of words