We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc31ee1 commit 0d093a7Copy full SHA for 0d093a7
1 file changed
lua/kickstart/plugins/debug.lua
@@ -117,10 +117,9 @@ return {
117
-- User cancelled the selection
118
return
119
end
120
- props[choice].setter(vim.fn.input {
+ props[choice].setter(vim.fn.input {
121
prompt = ('[%s] '):format(choice),
122
default = props[choice].value,
123
-
124
})
125
126
-- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())
0 commit comments