Skip to content

Commit 4ee3649

Browse files
committed
Update nvim-dap-ui dependencies
1 parent 52b4c7e commit 4ee3649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/config/plugins/dap-ui.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ local M = {
22
"rcarriga/nvim-dap-ui",
33
lazy = true,
44
event = "VeryLazy",
5+
dependencies = { "mfussenegger/nvim-dap", "nvim-neotest/nvim-nio" },
56
}
67

78
function M.config()

0 commit comments

Comments
 (0)