This commit is contained in:
Marco 2024-02-23 23:13:53 +01:00
parent 345da923da
commit 5399bd6db9

View File

@ -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 = {},