some changes

This commit is contained in:
2026-01-24 00:50:45 -07:00
parent 9c7c68c8f4
commit 50a8c1fcc7
8 changed files with 56 additions and 35 deletions

View File

@@ -12,6 +12,14 @@ return {
},
config = function()
require("neotest").setup({
log_level = vim.log.levels.WARN,
discovery = {
enabled = true,
concurrent = 0,
},
running = {
concurrent = true,
},
adapters = {
require("neotest-go")({
experimental = {
@@ -29,4 +37,3 @@ return {
end,
},
}