From 1c0e7f6d14118510b1937ee5217e4cfbaff6aec8 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Wed, 20 Nov 2024 13:08:50 +0000 Subject: [PATCH] disable notifier from snacks --- lua/plugins/snacks.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/snacks.lua b/lua/plugins/snacks.lua index 990c9d3..72d3f60 100644 --- a/lua/plugins/snacks.lua +++ b/lua/plugins/snacks.lua @@ -9,7 +9,7 @@ return { -- or leave it empty to use the default settings -- refer to the configuration section below bigfile = { enabled = true }, - notifier = { enabled = true }, + notifier = { enabled = false }, quickfile = { enabled = true }, statuscolumn = { enabled = true }, words = { enabled = true },