Skip to content

Commit

Permalink
Turn off italics for terms corrected morhetz#47
Browse files Browse the repository at this point in the history
  • Loading branch information
morhetz authored and Splinter1984 committed Nov 2, 2023
1 parent d65b6ae commit 0a66d54
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 0a66d54

Please sign in to comment.