244 current 2024-03-20 12:23:17 24.05.20240319.b06025f 6.8.0-zen1 *

This commit is contained in:
zackartz 2024-03-20 12:23:27 -04:00
parent b7ebdc6c18
commit 272257d21b
2 changed files with 1 additions and 13 deletions

View file

@ -5,18 +5,6 @@ return {
},
cmd = { "DapContinue", "DapToggleBreakpoint" },
dependencies = {
{
"jay-babu/mason-nvim-dap.nvim",
dependencies = { "nvim-dap" },
cmd = { "DapInstall", "DapUninstall" },
opts = {
handlers = {},
ensure_installed = {
"codelldb",
"node-debug2-adapter",
},
},
},
{ "rcarriga/nvim-dap-ui", opts = {} },
{ "nvim-neotest/nvim-nio" },
{