From ca5c3c5f323b42fa5ed0bde17018348544546ee1 Mon Sep 17 00:00:00 2001 From: chuyanlong Date: Sun, 28 Sep 2025 22:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/lazyvim/plugins/ui.lua | 11 ----------- 1 file changed, 11 deletions(-) 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" }, - }, }, {