From 12e8e8fc324272778dafe2b4a49bfbb2096561ce Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Wed, 3 Jul 2024 09:13:17 +0200 Subject: [PATCH] fix deps for dap-ui --- lua/custom/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index 3dd7802..46fa878 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -812,6 +812,7 @@ local plugins = { end, dependencies = { "mfussenegger/nvim-dap", + "nvim-neotest/nvim-nio", }, config = function(_, opts) local dap = require "dap"