Change notify animation

This commit is contained in:
2023-09-19 16:08:22 +02:00
parent 56d54b4ad7
commit a66fde2976
+1 -1
View File
@@ -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