refactor(plugins/telescope): move notifications keymap to notify

This commit is contained in:
Nicolas Goudry 2024-06-10 08:05:02 +02:00
parent 254244ddc7
commit d94593789f
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44
2 changed files with 6 additions and 6 deletions

View file

@ -40,5 +40,11 @@
action.__raw = "function() require('notify').dismiss { pending = true, silent = true } end";
options.desc = "Dismiss notifications";
}
{
mode = "n";
key = "<leader>fn";
action.__raw = "function() TelescopeWithTheme('notify', {}, 'notify') end";
options.desc = "Find notifications";
}
];
}