fixed indentation

This commit is contained in:
Ivar Fatland
2025-02-18 08:44:36 +01:00
parent 5dfa808e9d
commit c5dbbf9433
+1 -1
View File
@@ -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,