From 8184f00a0dd15f3166f06ee1cbb361b46fdf4220 Mon Sep 17 00:00:00 2001 From: ALVAROPING1 <43814863+ALVAROPING1@users.noreply.github.com> Date: Sat, 4 Jul 2026 11:11:12 +0000 Subject: [PATCH] chore(neotest): remove plenary dependency --- lua/astrocommunity/test/neotest/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/astrocommunity/test/neotest/init.lua b/lua/astrocommunity/test/neotest/init.lua index 298c94b7b..5b7cb0ec4 100644 --- a/lua/astrocommunity/test/neotest/init.lua +++ b/lua/astrocommunity/test/neotest/init.lua @@ -3,7 +3,6 @@ return { "nvim-neotest/neotest", lazy = true, dependencies = { - "nvim-lua/plenary.nvim", "nvim-neotest/nvim-nio", "antoinemadec/FixCursorHold.nvim", {