disable notifier from snacks

This commit is contained in:
Oliver Hartmann 2024-11-20 13:08:50 +00:00
parent 7726b043d1
commit 1c0e7f6d14

View File

@ -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 },