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