fix: add keybind description

This commit is contained in:
Fey Naomi Schrewe 2024-09-09 20:16:45 +02:00
parent 49a0080181
commit fd7f8b2ed4

View File

@ -13,7 +13,8 @@ return {
vim.ui.input({ prompt = 'Breakpoint condition: ' }, function(input)
require 'dap'.set_breakpoint(input)
end)
end
end,
desc = 'Set conditional breakpoint'
}
},
lazy = true