mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 07:13:46 -05:00
Turn off italics for terms corrected #47
This commit is contained in:
@@ -29,7 +29,11 @@ if !exists('g:gruvbox_bold')
|
|||||||
let g:gruvbox_bold=1
|
let g:gruvbox_bold=1
|
||||||
endif
|
endif
|
||||||
if !exists('g:gruvbox_italic')
|
if !exists('g:gruvbox_italic')
|
||||||
let g:gruvbox_italic=1
|
if has("gui_running")
|
||||||
|
let g:gruvbox_italic=1
|
||||||
|
else
|
||||||
|
let g:gruvbox_italic=0
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
if !exists('g:gruvbox_undercurl')
|
if !exists('g:gruvbox_undercurl')
|
||||||
let g:gruvbox_undercurl=1
|
let g:gruvbox_undercurl=1
|
||||||
|
|||||||
Reference in New Issue
Block a user