Skip to content

Commit

Permalink
Turn off italics for terms corrected #47
Browse files Browse the repository at this point in the history
  • Loading branch information
morhetz committed Feb 18, 2015
1 parent ca1e855 commit cbe381d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ if !exists('g:gruvbox_bold')
let g:gruvbox_bold=1
endif
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
if !exists('g:gruvbox_undercurl')
let g:gruvbox_undercurl=1
Expand Down

0 comments on commit cbe381d

Please sign in to comment.