Change notify animation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user