From f05052d5e3c5274a84d2028c7a58eca9ca76db2a Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Thu, 22 Jan 2026 10:54:13 +0000 Subject: added neotest back into the mix --- lua/config/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/config/plugins.lua') diff --git a/lua/config/plugins.lua b/lua/config/plugins.lua index ec4f26a..4b95fb7 100644 --- a/lua/config/plugins.lua +++ b/lua/config/plugins.lua @@ -8,6 +8,8 @@ vim.pack.add({ "https://github.com/f-person/auto-dark-mode.nvim", "https://github.com/ellisonleao/gruvbox.nvim", "https://github.com/MunifTanjim/nui.nvim", + "https://github.com/nvim-neotest/nvim-nio", + "https://github.com/nvim-lua/plenary.nvim", }) require("nvim-autopairs").setup() -- cgit v1.2.3