John Gehrig
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:  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`?
Interesting bug! It makes sense based on how the code is designed: Qt parses and builds the TreeView from the local filesystem. The logic is separate from the Vim/Neovim infrastructure....