David Brouwer
David Brouwer
@ShivanshVij thanks!
Any general build message is not logged out as json, but should still be included in the output. E.g. import cycle
@amaanq try taking them out of the requires section
Try upgrading lua to v5.4 (and neovim to 0.8 if its not)
Hm very strange. Next thing I would try is manually cloning, and instead of using the repo in packer use the absolute path to the clone, and run `PackerSync` again
What is progress here? I saw its filled with run/output/status for each line. Didn't anything for build message there, not sure if its necessary ```lua tests[testname] = { output =...
Now also fixed global output. Meaning; previously if you opened the output with the cursor outside of a test function it would show json-like output, which I found annoying, so...
 I've added more coloring for testify output, the extra coloring is nice but I'm not sure about the colors themselves yet. Open to suggestions
Panic highlight: 
Changed to built-in functions. Didn't know about them