From 89cb18a51148b0c27c96ee1a0b720132ee11ea93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=B6sl?= Date: Sun, 24 Sep 2023 22:57:25 +0200 Subject: [PATCH] fix(test): add missing neotest dependencies --- lua/lazyvim/plugins/extras/test/core.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/lazyvim/plugins/extras/test/core.lua b/lua/lazyvim/plugins/extras/test/core.lua index d22e5205..eed8e554 100644 --- a/lua/lazyvim/plugins/extras/test/core.lua +++ b/lua/lazyvim/plugins/extras/test/core.lua @@ -10,6 +10,11 @@ return { }, { "nvim-neotest/neotest", + dependencies = { + "nvim-lua/plenary.nvim", + "nvim-treesitter/nvim-treesitter", + "antoinemadec/FixCursorHold.nvim", + }, opts = { -- Can be a list of adapters like what neotest expects, -- or a list of adapter names,