-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to show the title in the border? #200
Comments
rcarriga
added a commit
that referenced
this issue
Jun 5, 2023
notify.setup({
on_open = function(win, record)
vim.api.nvim_win_set_config(win, { title = record.title[1], title_pos = "center" })
end,
}) |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to change the renderer according to this. I know how to change the colors, I can change the message buffer renderer and I'd like to display the title in the border. Any idea??
The text was updated successfully, but these errors were encountered: