fredrikaverpil / neotest-golang

Reliable Neotest adapter for running Go tests in Neovim.
MIT License
141 stars 17 forks source link

feat: test output color #208

Closed jaymorelli96 closed 4 weeks ago

jaymorelli96 commented 1 month ago

Hi @fredrikaverpil this is what I came up with. I have also updated the documentation. This option is false by default.

I would like to add a screenshot of how it looks but it seems that I don't have access to the assets folder?

Also, I haven't included tests for this, not sure if it is expected for this?

Please let me know if it follows the conventions and it is idiomatic, as I said I don't have experience with Lua and plugin development. The changes are very small, so not sure if I can get much feedback from it 😄

Example of how it looks: image

jaymorelli96 commented 4 weeks ago

Cool, thanks @fredrikaverpil! Can you please take a look at the new changes?