rcarriga / nvim-notify

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

feat: allow custom time format #214

Closed kristof-mattei closed 10 months ago

kristof-mattei commented 12 months ago

Allow the time format for the notification history & the notifications themselves to be customized.

Handy for those who don't do 24h clocks.

I did consolidate 2 formats:

https://github.com/rcarriga/nvim-notify/pull/214/files#diff-cc0264adaefdad4a3e145a4ad44a0c98f186d24da90e022e9215f3ef68fa828bL32 and https://github.com/rcarriga/nvim-notify/pull/214/files#diff-3eb94df4dcd115e2877155af0a02b9cee18d96cc0b1ff3a908459b63fd6948cdL46

Since %T is %H:%M:%S I imagined that the fact that they differ wasn't intentional. Let me know if you want me to separate them.

rcarriga commented 10 months ago

Nice thanks for the PR! :smile: