Change notify animation
This commit is contained in:
@@ -21,7 +21,7 @@ local has_telescope, telescope = pcall(require, "telescope")
|
|||||||
local notify = require("notify")
|
local notify = require("notify")
|
||||||
notify.setup({
|
notify.setup({
|
||||||
render = "default",
|
render = "default",
|
||||||
stages = "fade",
|
stages = "static",
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.notify = notify
|
vim.notify = notify
|
||||||
|
|||||||
Reference in New Issue
Block a user