all repos

init.lua @ 8447b7a

my nvim config
1 files changed, 0 insertions(+), 2 deletions(-)
refactor(neotest)!: remove plenary adapter
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-03-08 13:12:50 +0200
Parent: ac595a1
M lua/plugins/neotest.lua

@@ -30,7 +30,6 @@ end,

dependencies = { "nvim-neotest/nvim-nio", "fredrikaverpil/neotest-golang", - "nvim-neotest/neotest-plenary", "nvim-treesitter", }, config = function()

@@ -51,7 +50,6 @@ ---@type neotest.Config

---@diagnostic disable-next-line: missing-fields require("neotest").setup { adapters = { - require "neotest-plenary", require "neotest-golang" { go_test_args = { "-count=1", "-timeout=60s" }, testify_enabled = true,