all repos

init.lua @ 6ffcc4c

my nvim config
1 files changed, 4 insertions(+), 1 deletions(-)
refactor(neotest): update config for go runner
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-01-05 21:18:08 +0200
Parent: d199cea
M lua/plugins/neotest.lua

@@ -26,8 +26,11 @@ },

config = function() require("neotest").setup { adapters = { - require "neotest-go" { experimental = { test_table = true } }, require "neotest-plenary", + require "neotest-go" { + experimental = { test_table = true }, + args = { "-count=1", "-timeout=60s" }, + }, }, icons = { expanded = "",