From e08fd550e49003a80afc8533c4f2c41f3e6f24ed Mon Sep 17 00:00:00 2001 From: tavo Date: Mon, 25 Nov 2024 22:44:12 -0600 Subject: [PATCH] req --- lvim/lua/config/py.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lvim/lua/config/py.lua b/lvim/lua/config/py.lua index 16f8b7f..d4f62f8 100644 --- a/lvim/lua/config/py.lua +++ b/lvim/lua/config/py.lua @@ -3,7 +3,8 @@ lvim.plugins = { "ChristianChiarulli/swenv.nvim", "stevearc/dressing.nvim", "mfussenegger/nvim-dap-python", - "nvim-neotest/neotest", + "nvim-neotest/nvim-nio", + "nvim-neotest/neotest", "nvim-neotest/neotest-python", }