chore(utils): rename default titles (#298)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-08-27 18:47:13 -04:00 committed by GitHub
parent cd9412514e
commit 03b4cb7115
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -239,7 +239,7 @@ function M.notify(msg, opts)
vim.bo[buf].syntax = lang
end
end,
title = opts.title or "lazy.nvim",
title = opts.title or "Avante",
})
end