joshmedeski / dotfiles

Josh's dotfiles for his developer environment
https://dotfiles.joshmedeski.com
373 stars 33 forks source link

feat: neotest-golang #19

Closed fredrikaverpil closed 3 months ago

fredrikaverpil commented 3 months ago

Hey Josh 👋 big fan and user of sesh here!

I noticed in one of your videos you were testing Go tests in Neovim with Neotest. I’ve actually done some work recently on a new Neotest adapter for Go that I think you might like: https://github.com/fredrikaverpil/neotest-golang 😊

In short, it fixes a bunch of issues from the original neotest-go adapter and making things a lot more robust and speedy. You can read more about it in the repo README!

I've got a few features and improvements lined up next that I want to tackle to make this the best Neotest experience possible for Go devs.

I would love to hear about your thoughts and input on it, if you have any!

joshmedeski commented 3 months ago

Thanks @fredrikaverpil, I'll check it out!

I was dealing with some of the issues you fixed, so that's helpful!