mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 03:25:12 +02:00
fix merge issue
Co-authored-by: Ori Perry <48057913+oriori1703@users.noreply.github.com>
This commit is contained in:
parent
d4bb4c01e3
commit
bc31ee1faa
1 changed files with 4 additions and 3 deletions
|
@ -117,9 +117,10 @@ return {
|
||||||
-- User cancelled the selection
|
-- User cancelled the selection
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
props[prompt].setter(vim.fn.input {
|
props[choice].setter(vim.fn.input {
|
||||||
prompt = ('[%s] '):format(prompt),
|
prompt = ('[%s] '):format(choice),
|
||||||
default = props[prompt].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…
Add table
Add a link
Reference in a new issue