Add keymap to toggle the ui
This commit is contained in:
parent
c4a9c95473
commit
8af3f6724f
@ -12,6 +12,9 @@ spec.keys = {
|
|||||||
{ "<Leader>dbr", "<cmd>DapToggleBreakpoint<CR>" },
|
{ "<Leader>dbr", "<cmd>DapToggleBreakpoint<CR>" },
|
||||||
{ "<Leader>dso", "<cmd>DapStepOver<CR>" },
|
{ "<Leader>dso", "<cmd>DapStepOver<CR>" },
|
||||||
{ "<Leader>dq", "<cmd>DapTerminate<CR>" },
|
{ "<Leader>dq", "<cmd>DapTerminate<CR>" },
|
||||||
|
{ "<Leader>dt", function()
|
||||||
|
require("dapui").toggle()
|
||||||
|
end}
|
||||||
}
|
}
|
||||||
|
|
||||||
spec.config = function()
|
spec.config = function()
|
||||||
|
Loading…
Reference in New Issue
Block a user