feat(which-key): added more group names
This commit is contained in:
@ -122,6 +122,8 @@ return {
|
||||
["<leader>f"] = { name = "+file" },
|
||||
["<leader>g"] = { name = "+git" },
|
||||
["<leader>h"] = { name = "+help" },
|
||||
["<leader>n"] = { name = "+noice" },
|
||||
["<leader>s"] = { name = "+search" },
|
||||
["<leader>x"] = { name = "+diagnostics" },
|
||||
})
|
||||
end,
|
||||
|
@ -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 = {
|
||||
|
Reference in New Issue
Block a user