From b3b5e07672b17d004d6ff4f6dcf0f103ee9a7288 Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 14 Nov 2024 11:54:14 -0800 Subject: [PATCH] getting rid of annoying popup notifications --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 6624942..45300db 100644 --- a/init.lua +++ b/init.lua @@ -852,7 +852,7 @@ require('lazy').setup({ -- OPTIONAL: -- `nvim-notify` is only needed, if you want to use the notification view. -- If not available, we use `mini` as the fallback - "rcarriga/nvim-notify", + -- "rcarriga/nvim-notify", } },