Update debug.lua

This commit is contained in:
SamPosh 2023-04-10 15:22:03 +05:30 committed by GitHub
parent 1ed56ecc62
commit 78e34ac4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ return {
-- Install golang specific config
require('dap-go').setup()
require('dap-python').setup() -- Debug with default settings.
end,
}