nvim-neotest / neotest

An extensible framework for interacting with tests within NeoVim.
MIT License
2.3k stars 115 forks source link

Add watcher support for Go #313

Closed jan-xyz closed 10 months ago

jan-xyz commented 10 months ago

This should capture most of the types, functions, vars and constants that can be affected by change. I tested it on my own corpus for a while and am super happy with the result! Thank you for this awesome feature!!

rcarriga commented 10 months ago

Brilliant thanks for the the PR!