python debug added
This commit is contained in:
parent
7cecf4fcb1
commit
2d655a3d37
2 changed files with 3 additions and 2 deletions
|
|
@ -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'
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue