diff --git a/nvim/lua/plugs/nvim-dap.lua b/nvim/lua/plugs/nvim-dap.lua index 7778bc7..c0d56bb 100644 --- a/nvim/lua/plugs/nvim-dap.lua +++ b/nvim/lua/plugs/nvim-dap.lua @@ -45,9 +45,9 @@ return { local breakpoint_api = require("persistent-breakpoints.api") local stepping_keymaps = { - { "", function() dap.step_out() end }, - { "", function() dap.step_over() end }, - { "", function() dap.step_into() end }, + { "", function() dap.step_over() end }, + { "", function() dap.step_into() end }, + { "", function() dap.step_out() end }, { "dc", function()