Skip to content

Commit bc31ee1

Browse files
blehreroriori1703
andauthored
fix merge issue
Co-authored-by: Ori Perry <[email protected]>
1 parent d4bb4c0 commit bc31ee1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lua/kickstart/plugins/debug.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,10 @@ return {
117117
-- User cancelled the selection
118118
return
119119
end
120-
props[prompt].setter(vim.fn.input {
121-
prompt = ('[%s] '):format(prompt),
122-
default = props[prompt].value,
120+
props[choice].setter(vim.fn.input {
121+
prompt = ('[%s] '):format(choice),
122+
default = props[choice].value,
123+
123124
})
124125

125126
-- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())

0 commit comments

Comments
 (0)