2023-04-03 12:40:26 +02:00
|
|
|
return {
|
|
|
|
{
|
|
|
|
'mfussenegger/nvim-dap',
|
|
|
|
dependencies = { 'nvim-lua/plenary.nvim' }
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'rcarriga/nvim-dap-ui',
|
|
|
|
config = function()
|
|
|
|
require("dapui").setup()
|
|
|
|
end,
|
2024-10-31 14:31:08 +01:00
|
|
|
dependencies = { 'mfussenegger/nvim-dap', 'nvim-neotest/nvim-nio' }
|
2023-04-03 12:40:26 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'theHamsta/nvim-dap-virtual-text',
|
|
|
|
config = true
|
|
|
|
}
|
|
|
|
}
|