From a66fde2976f9a6e5eff936c3a67c79b779f30bfa Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 19 Sep 2023 16:08:22 +0200 Subject: [PATCH] Change notify animation --- lua/plugins/config/notify.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/config/notify.lua b/lua/plugins/config/notify.lua index 9a34d39..8e57167 100644 --- a/lua/plugins/config/notify.lua +++ b/lua/plugins/config/notify.lua @@ -21,7 +21,7 @@ local has_telescope, telescope = pcall(require, "telescope") local notify = require("notify") notify.setup({ render = "default", - stages = "fade", + stages = "static", }) vim.notify = notify