disable underline for solarized colorscheme
This commit is contained in:
parent
191302ea7b
commit
aa0dd7cf5b
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
@ -133,8 +133,9 @@ if v:version >= 700
|
|||
map! <S-Insert> <MiddleMouse>
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue