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