fix: disabled lazy for nvim-notify

This commit is contained in:
Ceferino Patino 2025-07-17 11:06:55 -05:00
commit 2943538543
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8

View file

@ -1,6 +1,6 @@
return {
"rcarriga/nvim-notify",
event = "VeryLazy",
lazy = false,
keys = {
{
"<leader>un",