mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-25 10:18:47 +02:00
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:
parent
a7c16f8efd
commit
e8e7d22f56
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ return {
|
||||||
["neotest-go"] = {
|
["neotest-go"] = {
|
||||||
-- Here we can set options for neotest-go, e.g.
|
-- Here we can set options for neotest-go, e.g.
|
||||||
-- args = { "-tags=integration" }
|
-- args = { "-tags=integration" }
|
||||||
|
recursive_run = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue