all repos

init.lua @ 3d359b1

my nvim config
1 files changed, 2 insertions(+), 2 deletions(-)
refactor(neotest): switch adapters for go
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-07-06 12:31:27 +0300
Parent: da2818c
M lua/plugins/neotest.lua

@@ -21,7 +21,7 @@ }

end, dependencies = { "nvim-neotest/nvim-nio", - { "roveo/neotest-go", branch = "feat/testify-suite" }, + "fredrikaverpil/neotest-golang", "nvim-neotest/neotest-plenary", "nvim-treesitter", },

@@ -30,7 +30,7 @@ opts = {

adapters = function() return { require "neotest-plenary", - require "neotest-go" { + require "neotest-golang" { experimental = { test_table = true }, args = { "-count=1", "-timeout=60s" }, },