vim.pack.add({ "https://github.com/rcarriga/nvim-notify", }) require("notify").setup({ background_colour = "#000000", render = "wrapped-compact", stages = "static", }) vim.notify = require("notify") -- Use "notify" plugin as default notify function