diff --git a/init.lua b/init.lua index bc1603c..24d04cf 100644 --- a/init.lua +++ b/init.lua @@ -224,7 +224,7 @@ require'lazy'.setup{ --{{{1 type = 'lldb', request = 'launch', program = function() - return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file') + return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/', 'file') end, cwd = '${workspaceFolder}', stopOnEntry = false,