mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
fix: conflik key mapping with increment rename
This commit is contained in:
parent
16c9fa5a36
commit
299c94137d
1 changed files with 28 additions and 28 deletions
|
@ -4,7 +4,7 @@ return {
|
|||
event = "VeryLazy",
|
||||
keys = {
|
||||
{
|
||||
"<leader>un",
|
||||
"<leader>uN",
|
||||
function()
|
||||
require("notify").dismiss({ silent = true, pending = true })
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue