Closed Nekketsu closed 2 years ago
Please provide a minimal init.lua
as provided in the bug report template so I can reproduce. This could be a config issue or rendering issue. I'd also say to check the highlight group values because it looks like they've been reset. What's the output of :hi NeotestFailed
?
The icons not showing is because of outdated docs after the icons changed so only the highlights are the issue here.
I cannot explain why, but it eventually started working correctly. However, I can still see some style issues. In the case of :hi NeotestFailed
I can see that it returns guifg=#F70067
which should be a red color. However it is shown as white:
That is odd... Unfortunately I can't do much without reproducing. If you can reproduce with the minimal init provided in the bug report then I can debug further. If not then it's likely something else in your config causing a conflict.
When I use the default config, I only see the square symbol for each test, even if I haven't run the test, it succeeded, it failed, etc.
If I add the setup in the documentation (added also needed adapters):
I can see the symbols:
However, the color format looks incorrect in both cases. Is some configuration required, or is it some kind of bug?