feat: enable dap

fix: git push
This commit is contained in:
Kristofers Solo
2024-01-29 16:06:10 +02:00
parent 1e7e40ca1b
commit 6ac678077e
10 changed files with 95 additions and 44 deletions

View File

@@ -23,20 +23,6 @@ return {
end,
desc = "[D]ocument Diagnostics",
},
{
"[d",
function()
require("trouble").next({ skip_groups = true, jump = true })
end,
desc = "Trouble Next",
},
{
"]d",
function()
require("trouble").previous({ skip_groups = true, jump = true })
end,
desc = "Trouble Prev",
},
},
opts = {
position = "bottom", -- position of the list can be: bottom, top, left, right