Skip to content

Commit 3fee06b

Browse files
committed
Fix dap keybinding description
1 parent bb888a4 commit 3fee06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/nvim/lua/plugins/dap.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ return {
4343
local widgets = require 'dap.ui.widgets'
4444
widgets.centered_float(widgets.frames, { border = 'rounded' })
4545
end,
46-
desc = '[d]ebugger hover',
46+
desc = '[d]ebugger [f]rames',
4747
},
4848
{
4949
'<leader>dc',

0 commit comments

Comments
 (0)