all repos

init.lua @ db65b09ca9abf41dddbe94a3b7f77bb4b3b55ceb

my nvim config
1 files changed, 7 insertions(+), 1 deletions(-)
refactor(neotest): set custom setting for go runner
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-10-09 17:52:47 +0300
Parent: 988d9b0
M lua/plugins/neotest.lua

@@ -42,10 +42,15 @@ require("neotest").setup {

adapters = { require "neotest-plenary", require "neotest-golang" { - -- go_test_args = { "-count=1", "-timeout=60s" }, + go_test_args = { "-count=1", "-timeout=60s" }, testify_enabled = true, }, }, + discovery = { + enabled = true, + concurrent = 0, + }, + running = { concurrent = true }, icons = { expanded = "", child_prefix = "",

@@ -60,6 +65,7 @@ unknown = "",

}, ---@diagnostic disable-next-line: missing-fields summary = { + animated = false, ---@diagnostic disable-next-line: missing-fields mappings = { expand = { "l", "h", "<CR>" },