fix(go): adding opts recursive_run (#2520)

Adding opts recursive_run to fix the error 'no Go files in /path/project.' This issue is caused by a recent change in the 'nvim-neotest/neotest-go' project, which now [defaults to non-recursive behavior](https://github.com/nvim-neotest/neotest-go/pull/72)
This commit is contained in:
Wellington Lopes Souza
2024-03-07 13:49:06 -03:00
committed by GitHub
parent a7c16f8efd
commit e8e7d22f56

View File

@ -148,6 +148,7 @@ return {
["neotest-go"] = {
-- Here we can set options for neotest-go, e.g.
-- args = { "-tags=integration" }
recursive_run = true,
},
},
},