neovim-gtk icon indicating copy to clipboard operation
neovim-gtk copied to clipboard

Ligatures with colored cursor column

Open cdevienne opened this issue 7 years ago • 4 comments

Ligatures are not enabled when characters have a different background, which is probably the right thing when the background change is a window separation.

But when the background change is due to the colored cursor column, it would be great to keep the ligatures: it would avoid many screen changes on every cursor move.

Here an example of what happens to the ligature with a colored cursor column: capture d ecran de 2018-08-23 12-19-46

cdevienne avatar Aug 23 '18 10:08 cdevienne

Don't actually remember why i implement it this way, but there was some reason, maybe border, not sure. So i can try to change this behavior to check.

daa84 avatar Sep 03 '18 09:09 daa84

@daa84 Maybe for cases like symbols in window separators collides with symbols from code producing single ligature?

unclechu avatar Sep 04 '18 17:09 unclechu

The same thing happens with the colorcolumn

cdevienne avatar Sep 05 '18 09:09 cdevienne

So what was decided on this one?

XVilka avatar Jun 06 '19 11:06 XVilka