diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/user/pack.lua | 19 |
1 files changed, 14 insertions, 5 deletions
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") |
