remove delve (go debugger)

main
Mathias Rothenhaeusler 2025-03-18 19:23:13 +01:00
parent 41993e4393
commit 5a8942b389
1 changed files with 1 additions and 1 deletions

View File

@ -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',
},
}