This commit is contained in:
Stephen Leece 2024-04-20 18:39:02 -07:00
parent a19f791272
commit e7bab8d905
3 changed files with 318 additions and 26 deletions

View file

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