mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
删除配置
This commit is contained in:
parent
3e06c55f4d
commit
ca5c3c5f32
1 changed files with 0 additions and 11 deletions
|
|
@ -280,17 +280,6 @@ return {
|
||||||
toggle = { map = LazyVim.safe_keymap_set },
|
toggle = { map = LazyVim.safe_keymap_set },
|
||||||
words = { enabled = true },
|
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" },
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue