Skip to content

Commit 575f2e3

Browse files
committed
fix: Correct key descriptions
1 parent 3bdd861 commit 575f2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/debugprint/setup.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ M.map_keys_and_commands = function(global_opts)
6161
ignore_treesitter = true,
6262
}))
6363
end,
64-
desc = "Variable debug below current line (always prompt})",
64+
desc = "Variable debug below current line (always prompt)",
6565
})
6666

6767
map_key("n", global_opts.keymaps.normal.variable_above_alwaysprompt, {
@@ -72,7 +72,7 @@ M.map_keys_and_commands = function(global_opts)
7272
ignore_treesitter = true,
7373
}))
7474
end,
75-
desc = "Variable debug above current line (always prompt})",
75+
desc = "Variable debug above current line (always prompt)",
7676
})
7777

7878
map_key("n", global_opts.keymaps.normal.textobj_below, {

0 commit comments

Comments
 (0)