From 7c1f50c2a8e61bf61585b52f85889a522f4f1ecd Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Thu, 16 Jan 2025 16:49:24 -0300 Subject: [PATCH] Disable notify --- lua/plugins/notify.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/plugins/notify.lua diff --git a/lua/plugins/notify.lua b/lua/plugins/notify.lua new file mode 100644 index 0000000..8e2ae8a --- /dev/null +++ b/lua/plugins/notify.lua @@ -0,0 +1,4 @@ +return { + "rcarriga/nvim-notify", + enabled = false, +}