From 10dbee91ac2575ecede88128b7f45dd841e047e7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 12 Jul 2026 12:39:26 +0800 Subject: [PATCH] debug adapter --- lua/kickstart/plugins/debug.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/kickstart/plugins/debug.lua b/lua/kickstart/plugins/debug.lua index 27c59635..fe588d8a 100644 --- a/lua/kickstart/plugins/debug.lua +++ b/lua/kickstart/plugins/debug.lua @@ -40,7 +40,6 @@ require('mason-nvim-dap').setup { -- You'll need to check that you have the required things installed -- online, please don't ask me how to install them :) ensure_installed = { - -- Update this to ensure that you have the debuggers for the langs you want 'delve', 'js-debug-adapter', },