From ce262d665c6c65f36a91266821dcd3842dfb076d Mon Sep 17 00:00:00 2001 From: Jonathan Barnes Date: Wed, 20 Jun 2018 18:59:08 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20use=20a=20colorscheme=20with=20?= =?UTF-8?q?vim=20that=20might=20clash=20with=20the=20terminals=20own=20sch?= =?UTF-8?q?eme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index a905503..6cb0498 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -198,7 +198,7 @@ set background=dark "let g:solarized_termcolors=256 "let g:solarized_contrast="high" "let g:solarized_visibilty="high" -colorscheme solarized +"colorscheme solarized " syntastic settings from the readme