9 lines
148 B
Lua
9 lines
148 B
Lua
local notify = require("notify")
|
|
notify.setup({
|
|
render = "default",
|
|
stages = "static",
|
|
merge_duplicates = true,
|
|
})
|
|
|
|
vim.notify = notify
|