Closed ziombo closed 2 years ago
I am not familiar with Trouble, is there other plug can output the test result to Trouble? Also the GoTest output is not lsp diagnostic output.
The issue is not with outputting results to Trouble, but with not opening quickfix list automatically after some tests fail and opening Trouble instead. Trouble can display quickfix data, just in a nicer way.
After running GoTest quickfix window is opened if a test fails:
Then when I open Trouble manually it looks like this(Trouble is the window on the bottom, quickfix on top): it's just an enhanced representation of quickfix window (or other source).
Is it possible to set GoTest to open Trouble.nvim instead of the standard quickfix window?