dotfiles/dot_config/nvim/lua/plugins/test.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" }
},
},
},
},
}