nvim: update dap lazy loading

This commit is contained in:
2023-07-08 15:20:43 +03:00
parent 1676daf69a
commit e3fdbfc92d
2 changed files with 11 additions and 8 deletions

View File

@ -4,6 +4,9 @@ return {
require("dap-go").setup()
require("dap-python").setup()
end,
key = {
"<leader>d"
},
dependencies = {
"leoluz/nvim-dap-go",
"mfussenegger/nvim-dap-python",