4 config = function(_, opts)
5 local notify = vim.notify
6 require("snacks").setup(opts)
7 -- HACK: restore vim.notify after snacks setup and let noice.nvim take over
8 -- this is needed to have early notifications show up in noice history
9 if LazyVim.has("noice.nvim") then