mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 08.08.2023
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
return {
|
||||
{ "mfussenegger/nvim-dap", lazy = true },
|
||||
{ "rcarriga/nvim-dap-ui", lazy = true },
|
||||
{ "jayp0521/mason-nvim-dap.nvim", lazy = true },
|
||||
{ "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 },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user