From a292c1390fb0e0a861c25a569d095de1a37abee2 Mon Sep 17 00:00:00 2001 From: SamPosh Date: Fri, 14 Apr 2023 08:59:36 +0530 Subject: [PATCH] Update debug.lua --- lua/kickstart/plugins/debug.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/kickstart/plugins/debug.lua b/lua/kickstart/plugins/debug.lua index da0947a7..a451e850 100644 --- a/lua/kickstart/plugins/debug.lua +++ b/lua/kickstart/plugins/debug.lua @@ -32,6 +32,10 @@ return { -- Makes a best effort to setup the various debuggers with -- reasonable debug configurations automatic_setup = true, + + -- You can provide additional configuration to the handlers, + -- see mason-nvim-dap README for more information + -- handlers = {}, -- You'll need to check that you have the required things installed -- online, please don't ask me how to install them :)