refactor: Cleanup and stuff

This commit is contained in:
2026-04-05 21:35:11 -05:00
parent 04209e4b53
commit 821d7328c6
10 changed files with 53 additions and 39 deletions

View File

@@ -1,12 +1,8 @@
return {
'mfussenegger/nvim-dap',
dependencies = {
{
'jay-babu/mason-nvim-dap.nvim'
},
{
'nvim-neotest/nvim-nio',
},
{ 'jay-babu/mason-nvim-dap.nvim' },
{ 'nvim-neotest/nvim-nio' },
{
'rcarriga/nvim-dap-ui',
config = function()
@@ -140,8 +136,6 @@ return {
}
}
}
-- require('dap.ext.vscode').load_launchjs('.launch.json', {})
end,
keys = {
{