From 5ec610f9e61bb83f260b257bf161ef9dc4bc45c2 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 9 May 2023 16:08:31 +0200 Subject: Add neotest extensions --- lua/user/pack.lua | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'lua') diff --git a/lua/user/pack.lua b/lua/user/pack.lua index 8f86f1b..05d92f6 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -195,13 +195,22 @@ return packer.startup(function(use) -- require("plugins.ultest") -- end, --}) - use({"rcarriga/neotest", - config = function() - require("neotest").setup() - end, + --use({"rcarriga/neotest", + -- config = function() + -- require("neotest").setup() + --end, + --}) + use({ + "nvim-neotest/neotest", + requires = { + { + "nvim-neotest/neotest-python", + "nvim-neotest/neotest-plenary", + "nvim-neotest/neotest-vim-test", + }, + } }) - -- Colorschemes use("bluz71/vim-nightfly-guicolors") use("ayu-theme/ayu-vim") -- cgit v1.2.3