1
0

Add keymap to toggle the ui

This commit is contained in:
Patrick Auernig 2023-10-21 17:17:46 +02:00
parent c4a9c95473
commit 8af3f6724f

View File

@ -12,6 +12,9 @@ spec.keys = {
{ "<Leader>dbr", "<cmd>DapToggleBreakpoint<CR>" },
{ "<Leader>dso", "<cmd>DapStepOver<CR>" },
{ "<Leader>dq", "<cmd>DapTerminate<CR>" },
{ "<Leader>dt", function()
require("dapui").toggle()
end}
}
spec.config = function()