refactor(nvim): set notify dismiss key to <leader>nd

This commit is contained in:
Price Hiller 2023-10-03 01:02:33 -05:00
parent 8ab4b1234a
commit 9c1a0e72a7
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -48,7 +48,7 @@ return {
"rcarriga/nvim-notify",
keys = {
{
"<esc>",
"<leader>nd",
function()
vim.cmd.noh()
require("notify").dismiss({