We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f852930 commit 74ed652Copy full SHA for 74ed652
lua/kickstart/plugins/debug.lua
@@ -89,10 +89,9 @@ return {
89
-- User cancelled the selection
90
return
91
end
92
- props[choice].setter(vim.fn.input {
+ props[choice].setter(vim.fn.input {
93
prompt = ('[%s] '):format(choice),
94
default = props[choice].value,
95
-
96
})
97
98
-- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())
0 commit comments