added debug plugin and required microsoft/debugpy

This commit is contained in:
nicholasss 2024-12-03 15:47:39 -05:00
parent 5f9cb7cafd
commit 252299496b
3 changed files with 8 additions and 1 deletions

View file

@ -23,6 +23,7 @@ return {
-- Add your own debuggers here
'leoluz/nvim-dap-go',
'microsoft/debugpy',
},
keys = function(_, keys)
local dap = require 'dap'