Skip to content

Commit daf79f3

Browse files
committed
fix: typo in plain above desc
1 parent dcd6bb1 commit daf79f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/debugprint/setup.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ M.map_keys_and_commands = function(global_opts)
3434
callback = function()
3535
feedkeys(debugprint.debugprint({ above = true }))
3636
end,
37-
desc = "Plain debug below current line",
37+
desc = "Plain debug above current line",
3838
})
3939

4040
map_key("n", global_opts.keymaps.normal.variable_below, {

0 commit comments

Comments
 (0)