Skip to content

Commit

Permalink
fix(go): adding opts recursive_run (LazyVim#2520)
Browse files Browse the repository at this point in the history
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](nvim-neotest/neotest-go#72)
  • Loading branch information
Wellington Lopes Souza authored and anjotadena committed Apr 9, 2024
1 parent 9166389 commit 1087806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazyvim/plugins/extras/lang/go.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ return {
["neotest-go"] = {
-- Here we can set options for neotest-go, e.g.
-- args = { "-tags=integration" }
recursive_run = true,
},
},
},
Expand Down

0 comments on commit 1087806

Please sign in to comment.