fix(nvim-dap): change colliding map

This commit is contained in:
2026-02-25 04:44:30 +01:00
parent 345e9642fe
commit ccb89aaffa
+1 -1
View File
@@ -32,7 +32,7 @@ return {
end, end,
}, },
{ {
"<Leader>dk", "<Leader>dh",
hover, hover,
mode = { "n", "x" }, mode = { "n", "x" },
}, },