We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd6bb1 commit daf79f3Copy full SHA for daf79f3
lua/debugprint/setup.lua
@@ -34,7 +34,7 @@ M.map_keys_and_commands = function(global_opts)
34
callback = function()
35
feedkeys(debugprint.debugprint({ above = true }))
36
end,
37
- desc = "Plain debug below current line",
+ desc = "Plain debug above current line",
38
})
39
40
map_key("n", global_opts.keymaps.normal.variable_below, {
0 commit comments