add debugger to nvim

This commit is contained in:
Alexander Navarro 2025-07-24 12:05:16 -04:00
parent 61398a659c
commit fbcb8598a2
4 changed files with 80 additions and 2 deletions

View file

@ -11,7 +11,7 @@ return { {
"DBUIFindBuffer",
},
keys = {
{ "<Leader>ud", "<CMD>DBUIToggle<CR>", desc = "Toggle DB UI" },
{ "<Leader>uD", "<CMD>DBUIToggle<CR>", desc = "Toggle DB UI" },
},
init = function()
-- Your DBUI configuration