stylua
This commit is contained in:
parent
f8529309d2
commit
74ed652b10
|
|
@ -89,10 +89,9 @@ return {
|
|||
-- User cancelled the selection
|
||||
return
|
||||
end
|
||||
props[choice].setter(vim.fn.input {
|
||||
props[choice].setter(vim.fn.input {
|
||||
prompt = ('[%s] '):format(choice),
|
||||
default = props[choice].value,
|
||||
|
||||
})
|
||||
|
||||
-- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())
|
||||
|
|
|
|||
Loading…
Reference in New Issue