gruvbox
gruvbox copied to clipboard
italics not working
i found out that in order for italics to work in my terminal of choice i need to set "gui=italic"
is there a way i can somehow add that to gruvbox for all other italic settings like "italicize_strings" for example to work or do i have to go threw the theme and see where italics are set and then simply add them via "highlight groupname gui=italic"
IDK... No one actually responds to these issues...
This happens to me too
if has('nvim')
let g:gruvbox_italic = 1
let g:gruvbox_italicize_strings = 1
endif
If you use neovim, try this.