mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 11:35:06 +02:00
stylua
This commit is contained in:
parent
bc31ee1faa
commit
0d093a7ed4
1 changed files with 1 additions and 2 deletions
|
@ -120,7 +120,6 @@ return {
|
||||||
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…
Add table
Add a link
Reference in a new issue