Add nvim-dap-ui

This commit is contained in:
Marko Korhonen 2023-11-25 21:25:23 +02:00
parent fa8e7df59d
commit c6fedc99f0
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

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")