From dd593bd1eced9a0ed48b9a3b5761612cd86cd144 Mon Sep 17 00:00:00 2001 From: SilverBR Date: Thu, 10 Oct 2024 19:37:41 +0100 Subject: [PATCH] Added missing dependency that lazy claims to be needed to install this extension. --- lua/theprimeagen/lazy/neotest.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/theprimeagen/lazy/neotest.lua b/lua/theprimeagen/lazy/neotest.lua index 7557c0cd..08587fa2 100644 --- a/lua/theprimeagen/lazy/neotest.lua +++ b/lua/theprimeagen/lazy/neotest.lua @@ -2,6 +2,7 @@ return { { "nvim-neotest/neotest", dependencies = { + "nvim-neotest/nvim-nio", "nvim-lua/plenary.nvim", "antoinemadec/FixCursorHold.nvim", "nvim-treesitter/nvim-treesitter",