revert my debug related changes in favor of existing implementation
This commit is contained in:
parent
ae6f1fbd81
commit
e34e4c3b7c
4 changed files with 15 additions and 43 deletions
|
|
@ -20,6 +20,9 @@ return {
|
|||
|
||||
-- Add your own debuggers here
|
||||
'leoluz/nvim-dap-go',
|
||||
'suketa/nvim-dap-ruby',
|
||||
'mfussenegger/nvim-dap-python',
|
||||
|
||||
},
|
||||
config = function()
|
||||
local dap = require 'dap'
|
||||
|
|
@ -83,5 +86,8 @@ return {
|
|||
|
||||
-- Install golang specific config
|
||||
require('dap-go').setup()
|
||||
require('dap-ruby').setup()
|
||||
require('dap-ruby').setup()
|
||||
require('dap-python').setup('/Users/stephenleece/.asdf/shims/python')
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue