Merge branch 'main' of github.com:LarssonMartin1998/.dotfiles

This commit is contained in:
Martin Lasson 2025-04-15 23:35:14 +02:00
commit cd6dd4d840

View file

@ -47,9 +47,9 @@ return {
local breakpoint_api = require("persistent-breakpoints.api")
local stepping_keymaps = {
{ "m", function() dap.step_out() end },
{ "n", function() dap.step_over() end },
{ "i", function() dap.step_into() end },
{ "<F6>", function() dap.step_out() end },
{ "<F7>", function() dap.step_over() end },
{ "<F9>", function() dap.step_into() end },
{
"<leader>dc",
function()