RMichelsen / Nvy

Nvy - A Neovim client in C++
MIT License
334 stars 28 forks source link

Inherit GUI options for character under cursor #51

Closed statiolake closed 2 years ago

statiolake commented 2 years ago

Font attributes (Italic, bold, underlines, etc.) for a character under cursor should be respected even if it's not specified on the cursor highlight itself.

Before:

image

After:

image

RMichelsen commented 2 years ago

Looks good to me, thanks for the contribution, merging.