make debug config better

This commit is contained in:
2025-10-25 01:52:02 -03:00
parent 31992214c8
commit 345044a61a
2 changed files with 84 additions and 11 deletions

View File

@@ -53,5 +53,12 @@ return {
"mfussenegger/nvim-dap",
"williamboman/mason.nvim",
},
}
},
{
"rcarriga/nvim-dap-ui",
dependencies = {
"mfussenegger/nvim-dap",
"nvim-neotest/nvim-nio"
}
},
}