feat(which-key): added more group names
This commit is contained in:
@ -122,6 +122,8 @@ return {
|
|||||||
["<leader>f"] = { name = "+file" },
|
["<leader>f"] = { name = "+file" },
|
||||||
["<leader>g"] = { name = "+git" },
|
["<leader>g"] = { name = "+git" },
|
||||||
["<leader>h"] = { name = "+help" },
|
["<leader>h"] = { name = "+help" },
|
||||||
|
["<leader>n"] = { name = "+noice" },
|
||||||
|
["<leader>s"] = { name = "+search" },
|
||||||
["<leader>x"] = { name = "+diagnostics" },
|
["<leader>x"] = { name = "+diagnostics" },
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
@ -4,11 +4,11 @@ return {
|
|||||||
"rcarriga/nvim-notify",
|
"rcarriga/nvim-notify",
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
"<leader>nc",
|
"<leader>nd",
|
||||||
function()
|
function()
|
||||||
require("notify").dismiss({ silent = true, pending = true })
|
require("notify").dismiss({ silent = true, pending = true })
|
||||||
end,
|
end,
|
||||||
desc = "Clear all Notifications",
|
desc = "Delete all Notifications",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
config = {
|
config = {
|
||||||
|
Reference in New Issue
Block a user