From c5dbbf9433db1c3b61921a0ecfca759c941aa3d0 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Tue, 18 Feb 2025 08:44:36 +0100 Subject: [PATCH] fixed indentation --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,