local notify = require("notify") notify.setup({ render = "default", stages = "static", merge_duplicates = true, }) vim.notify = notify