mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
feat(which-key): added more group names
This commit is contained in:
parent
3fb8cd81fb
commit
725bf0d00e
2 changed files with 4 additions and 2 deletions
|
@ -4,11 +4,11 @@ return {
|
|||
"rcarriga/nvim-notify",
|
||||
keys = {
|
||||
{
|
||||
"<leader>nc",
|
||||
"<leader>nd",
|
||||
function()
|
||||
require("notify").dismiss({ silent = true, pending = true })
|
||||
end,
|
||||
desc = "Clear all Notifications",
|
||||
desc = "Delete all Notifications",
|
||||
},
|
||||
},
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue