14 lines
236 B
Lua
14 lines
236 B
Lua
return {
|
|
{
|
|
"nvim-neotest/neotest",
|
|
opts = {
|
|
adapters = {
|
|
["neotest-go"] = {
|
|
-- Here we can set options for neotest-go, e.g.
|
|
-- args = { "-tags=integration" }
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|