Refactor
This commit is contained in:
parent
345da923da
commit
5399bd6db9
@ -11,7 +11,7 @@ dap.configurations.c = {
|
||||
type = "gdb",
|
||||
request = "launch",
|
||||
program = function()
|
||||
local str = vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file')
|
||||
local str = vim.fn.input({ 'Path to executable: ', vim.fn.getcwd() .. '/', 'file' })
|
||||
return str
|
||||
end,
|
||||
args = {},
|
||||
|
Loading…
Reference in New Issue
Block a user