删除配置

This commit is contained in:
chuyanlong 2025-09-28 22:09:53 +08:00
parent 3e06c55f4d
commit ca5c3c5f32

View file

@ -280,17 +280,6 @@ return {
toggle = { map = LazyVim.safe_keymap_set },
words = { enabled = true },
},
-- stylua: ignore
keys = {
{ "<leader>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" },
{ "<leader>un", function() Snacks.notifier.hide() end, desc = "Dismiss All Notifications" },
},
},
{