[[plugins]]
repo = 'github.com/mfussenegger/nvim-dap'
on_lua = 'dap'
hooks_file = '$HOOKS_DIR/dap.lua'

[[plugins]]
repo = 'github.com/rcarriga/nvim-dap-ui'
depends = ['nvim-dap', 'nvim-nio']
on_lua = 'dapui'
on_source = 'nvim-dap'
hooks_file = '$HOOKS_DIR/dap_ui.lua'

[[plugins]]
repo = 'github.com/nvim-neotest/nvim-nio'

[[plugins]]
repo = 'github.com/mfussenegger/nvim-dap-python'
depends = 'nvim-dap'
on_ft = 'python'
hooks_file = '$HOOKS_DIR/dap_python.lua'