From 0d093a7ed445c672deb32c77faef23dbf3a04fa9 Mon Sep 17 00:00:00 2001 From: Brian Lehrer <661570+blehrer@users.noreply.github.com> Date: Fri, 4 Jul 2025 09:23:59 -0700 Subject: [PATCH] stylua --- lua/kickstart/plugins/debug.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/kickstart/plugins/debug.lua b/lua/kickstart/plugins/debug.lua index 4fe9a5af..05ad377d 100644 --- a/lua/kickstart/plugins/debug.lua +++ b/lua/kickstart/plugins/debug.lua @@ -117,10 +117,9 @@ return { -- User cancelled the selection return end - props[choice].setter(vim.fn.input { + props[choice].setter(vim.fn.input { prompt = ('[%s] '):format(choice), default = props[choice].value, - }) -- Set breakpoint for current line, with customizations (see h:dap.set_breakpoint())