dotfiles/dot_config/nvim/lua/plugins/test.lua

14 lines
236 B
Lua
Raw Normal View History

2024-02-16 14:17:59 +01:00
return {
{
"nvim-neotest/neotest",
opts = {
adapters = {
["neotest-go"] = {
-- Here we can set options for neotest-go, e.g.
-- args = { "-tags=integration" }
},
},
},
},
}