python debug added

This commit is contained in:
SamPosh 2023-04-09 11:29:42 -04:00 committed by GitHub
parent 7cecf4fcb1
commit 2d655a3d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -21,6 +21,7 @@ return {
-- Add your own debuggers here
'leoluz/nvim-dap-go',
'mfussenegger/nvim-dap-python'
},
config = function()
@ -36,7 +37,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','python'
},
}