Skip to content
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

Add ability to disable the timer #75

Merged
merged 1 commit into from
Sep 9, 2022
Merged

Add ability to disable the timer #75

merged 1 commit into from
Sep 9, 2022

Conversation

WilliamWelsh
Copy link
Contributor

This adds show_time to the config, which will turn the timer off. The default is true.

let g:presence_show_time = 0
or

require("presence"):setup({
    show_time = false
})

CleanShot 2022-08-14 at 18 36 31

Copy link
Owner

@andweeb andweeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @WilliamWelsh, thanks for this PR and sorry for the late response!

Not sure why I hadn't considered an option to disable the timer before, but great addition! LGTM 👍

@andweeb andweeb merged commit 03e09d3 into andweeb:main Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants