Skip to content

Commit 82dcf00

Browse files
committed
feat(neovim): remove a key binding from 'snacks'.
1 parent e3a9f2d commit 82dcf00

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

module/neovim/lua/plugins/specs/snacks.lua

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ return {
77
-- Key bindings
88
-------------------------------------------------------------------------------
99

10-
{
11-
"<leader>nd",
12-
function()
13-
Snacks.notifier.hide()
14-
end,
15-
desc = "Dismiss All Notifications",
16-
},
1710
{
1811
"<leader>ns",
1912
function()

0 commit comments

Comments
 (0)