Update 08.08.2023

This commit is contained in:
Kristofers Solo
2023-08-08 17:04:57 +03:00
parent abad4c0ad5
commit 9e449312d7
15 changed files with 283 additions and 149 deletions

View File

@@ -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 },
}