We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9a872 commit efb540aCopy full SHA for efb540a
lua/dap-view/views/keymaps/init.lua
@@ -21,7 +21,7 @@ M.set_keymaps = function(buf)
21
require("dap-view").navigate({ count = -vim._maxint, wrap = false })
22
end, buf)
23
24
- if buf then
+ if not buf then
25
require("dap-view.views.keymaps.views").views_keysmps()
26
end
27
0 commit comments