💄 style(nvim): identation corrected

This commit is contained in:
Sergio Laín 2024-01-15 11:38:04 +01:00
parent 57b41ddf08
commit 6c03e9f59d
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -19,6 +19,7 @@ return {
{ "<F11>", function() require("dap").step_into() end, desc = "Debug: Step into" }, { "<F11>", function() require("dap").step_into() end, desc = "Debug: Step into" },
{ "<F12>", function() require("dap").step_out() end, desc = "Debug: Step out" }, { "<F12>", function() require("dap").step_out() end, desc = "Debug: Step out" },
{ "<F2>", function() require("dap").toggle_breakpoint() end, desc = "Debug: Toggle breakpoint" }, { "<F2>", function() require("dap").toggle_breakpoint() end, desc = "Debug: Toggle breakpoint" },
{ "<S-F2>", function() require("dap").set_breakpoint(vim.fn.input('Breakpoint condition: ')) end, desc = "Breakpoint Condition" },
}, },
}, },
{ {