fix dap
add showkeys thingy remove nyooom
This commit is contained in:
parent
450750835a
commit
df666dec0f
3 changed files with 30 additions and 8 deletions
|
|
@ -79,7 +79,7 @@ return { "mfussenegger/nvim-dap",
|
|||
dap.configurations.rust = dap.configurations.c
|
||||
|
||||
-- keybinds
|
||||
map("n", "<leader>ec", dap.continue, { desc = "dap continue " })
|
||||
map("n", "<leader>ec", dap.continue, { desc = "dap continue" })
|
||||
map("n", "<leader>el", dap.run_last, { desc = "dap run last" })
|
||||
map("n", "<leader>et", function()
|
||||
dap.terminate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue