mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
13 lines
298 B
Lua
13 lines
298 B
Lua
return {
|
|
{ "rcarriga/nvim-dap-ui", event = "VeryLazy", dependencies = "jayp0521/mason-nvim-dap.nvim" },
|
|
{
|
|
"jayp0521/mason-nvim-dap.nvim",
|
|
event = "VeryLazy",
|
|
dependencies = {
|
|
"williamboman/mason.nvim",
|
|
"mfussenegger/nvim-dap",
|
|
},
|
|
},
|
|
{ "ravenxrz/DAPInstall.nvim", lazy = true },
|
|
}
|