From aa0dd7cf5b5e592e0245ed85648cb35a0dde501e Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 22 Jan 2015 17:01:11 +0300 Subject: [PATCH] disable underline for solarized colorscheme --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index fe00692..097f50d 100644 --- a/vimrc +++ b/vimrc @@ -133,8 +133,9 @@ if v:version >= 700 map! colorscheme gotham elseif &t_Co > 87 - let g:solarized_italic=0 let g:solarized_bold=0 + let g:solarized_italic=0 + let g:solarized_underline=0 let g:solarized_visibility='low' colorscheme solarized endif