Is there a way to apply _Italic_ to completion menu? #2431
Answered
by
soifou
ABDsheikho
asked this question in
Q&A
|
self-explanatory. I want to show the Thanks for your effort, great plugin with over-the-top docs. |
Answered by
soifou
Mar 9, 2026
Replies: 1 comment 1 reply
|
That's a feature in Vim, not something specific to To answer your question, use: :hi BlinkCmpSource cterm=italic gui=italicNote that your terminal must support italics and use a font with an italic variant before |
1 reply
Answer selected by
ABDsheikho
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a feature in Vim, not something specific to
blink.cmp.See
:help highlightand specifically:help highlight-argsfor details.To answer your question, use:
Note that your terminal must support italics and use a font with an italic variant before
cterm=italicwill have any visible effect.