diff --git a/lua/lazyvim/plugins/ui.lua b/lua/lazyvim/plugins/ui.lua index 878ac05c..3ce2bc44 100644 --- a/lua/lazyvim/plugins/ui.lua +++ b/lua/lazyvim/plugins/ui.lua @@ -280,17 +280,6 @@ return { toggle = { map = LazyVim.safe_keymap_set }, words = { enabled = true }, }, - -- stylua: ignore - keys = { - { "n", function() - if Snacks.config.picker and Snacks.config.picker.enabled then - Snacks.picker.notifications() - else - Snacks.notifier.show_history() - end - end, desc = "Notification History" }, - { "un", function() Snacks.notifier.hide() end, desc = "Dismiss All Notifications" }, - }, }, {