m4xshen / hardtime.nvim

Establish good command workflow and quit bad habit
MIT License
1.38k stars 26 forks source link

Feat: Only display a notification once #24 #25

Closed agoodshort closed 1 year ago

agoodshort commented 1 year ago

This PR implements logic to avoid displaying multiple times the same notification message (mostly affecting nvim-notify users).

Behaviour: A notification message is repeated only if max_time is reached

Fixes #24

m4xshen commented 1 year ago

Hmm, now the notification of disable key doesn't show anymore.

agoodshort commented 1 year ago

Now it should be okay

m4xshen commented 1 year ago

Thanks for the PR :heart: