diff --git a/lua/kickstart/plugins/debug.lua b/lua/kickstart/plugins/debug.lua index c9d24ed..b9c357a 100644 --- a/lua/kickstart/plugins/debug.lua +++ b/lua/kickstart/plugins/debug.lua @@ -46,7 +46,7 @@ return { -- 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', + -- 'delve', }, }