John Gehrig

Results 154 comments of John Gehrig

I don't have any plans to implement this feature soon... However, it looks like you've put some thought and research into this; feel free to open a Pull Request! If...

@Shatur Sorry for the slow response... I can't reproduce the behavior you've described. From my observation the new underline color logic is being used. From a quick read of the...

@Shatur I cannot reproduce that issue, here is what I see with the latest version of neovim-qt: ![image](https://user-images.githubusercontent.com/11207308/193411616-16a7490f-70c6-4d86-9820-bce0b4390246.png) Is it possible you're running an older version?

I can reproduce this issue when `ext_linegrid` in `~/.config/nvim-qt/nvim-qt.conf` is disabled: ``` [General] ext_linegrid=false ... ``` Can you try enabling the new rendering protocol `ext_linegrid=true`?