rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.91k stars 74 forks source link

bugfix(rendering): hide `:` if the title is missing in the `compact` renderer #196

Closed 5c077m4n closed 1 year ago

5c077m4n commented 1 year ago

As of now there is a colon before the message even if there's no title before it, so this PR removes the colon only if there's no title in the message config

rcarriga commented 1 year ago

Nice, thanks for the PR! :smile: