Add nvim-dap-ui

This commit is contained in:
Marko Korhonen 2023-11-25 21:25:23 +02:00
parent aa9160047e
commit a1f02beaab

View file

@ -2,6 +2,9 @@
--- @type LazyPluginSpec
return {
"mfussenegger/nvim-dap",
dependencies = {
{ "rcarriga/nvim-dap-ui", config = true },
},
config = function()
local dap = require("dap")