-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
In oceanic-next, I have support setup for conditional italics/bolds, if the terminal supports it.
let s:bold = ""
if exists('g:oceanic_next_terminal_bold')
let s:bold = "bold"
endif
let g:oceanic_next_terminal_bold = get(g:, 'oceanic_next_terminal_bold', 0)
And is used like so
call <sid>hi("markdownBold", s:gui0A, "", s:cterm0A, "", s:bold)
Would something like this be supported by estilo?