20240420
This commit is contained in:
parent
a19f791272
commit
e7bab8d905
3 changed files with 318 additions and 26 deletions
|
|
@ -25,7 +25,6 @@ return {
|
|||
'leoluz/nvim-dap-go',
|
||||
'suketa/nvim-dap-ruby',
|
||||
'mfussenegger/nvim-dap-python',
|
||||
|
||||
},
|
||||
config = function()
|
||||
local dap = require 'dap'
|
||||
|
|
@ -93,7 +92,7 @@ return {
|
|||
require('dap-ruby').setup()
|
||||
require('dap-ruby').setup()
|
||||
|
||||
|
||||
require('dap-python').setup('/Users/stephenleece/src/flask_stephenleece_app/venv/bin/python')
|
||||
-- require('dap-python').setup '/Users/stephenleece/src/flask_stephenleece_app/venv/bin/python'
|
||||
require('dap-python').setup '~/.virtualenvs/debugpy/bin/python'
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue