We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b4c7e commit 4ee3649Copy full SHA for 4ee3649
lua/config/plugins/dap-ui.lua
@@ -2,6 +2,7 @@ local M = {
2
"rcarriga/nvim-dap-ui",
3
lazy = true,
4
event = "VeryLazy",
5
+ dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" },
6
}
7
8
function M.config()
0 commit comments