neotest-zig icon indicating copy to clipboard operation
neotest-zig copied to clipboard

feat: support watching files for changes

Open UtkarshVerma opened this issue 10 months ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe. For some reason, watching the source file for changes does not rerun the corresponding tests. It works for Rust projects, though, which leads me to believe that this is related to this plugin.

Describe the solution you'd like Marking a file to be watched should rerun tests whenever changes occur.

Describe alternatives you've considered N/A

Additional context https://github.com/nvim-neotest/neotest?tab=readme-ov-file#watch-tests

UtkarshVerma avatar Dec 25 '24 16:12 UtkarshVerma