From ee11ca87bb47c3ee29938db9ab669a219a9fa601 Mon Sep 17 00:00:00 2001 From: Alex Muszynski Date: Sat, 7 Jun 2025 07:55:19 -0400 Subject: [PATCH] remove notify, was annoying, maybe need to config more --- lua/custom/plugins/noice.lua | 2 +- lua/custom/plugins/notify.lua | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lua/custom/plugins/noice.lua b/lua/custom/plugins/noice.lua index 29373a8..a717f09 100644 --- a/lua/custom/plugins/noice.lua +++ b/lua/custom/plugins/noice.lua @@ -10,6 +10,6 @@ return { -- 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', }, } diff --git a/lua/custom/plugins/notify.lua b/lua/custom/plugins/notify.lua index 91c7627..822ef01 100644 --- a/lua/custom/plugins/notify.lua +++ b/lua/custom/plugins/notify.lua @@ -1,7 +1,7 @@ return { - 'rcarriga/nvim-notify', - event = 'VeryLazy', - opts = { - background_colour = '#000000', - }, + -- 'rcarriga/nvim-notify', + -- event = 'VeryLazy', + -- opts = { + -- background_colour = '#000000', + -- }, }