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

fix: remove unnecessary message on gh.nvim startup #42

Merged
merged 1 commit into from
May 30, 2022

Conversation

lervag
Copy link
Contributor

@lervag lervag commented May 30, 2022

The refresh timer is started automatically after require('litee.gh').setup({...}), which is called on neovim startup for most users. It seems unneccessary to bother the user with information about the refresh timer.

This PR resolves #40.

The refresh timer is started automatically after `require('litee.gh').setup({...})`, which is called on neovim startup for most users. It seems unneccessary to bother the user with information about the refresh timer.
@lervag lervag mentioned this pull request May 30, 2022
@ldelossa
Copy link
Owner

LGTM! Thanks a lot for this

@ldelossa ldelossa merged commit e58a9cd into ldelossa:main May 30, 2022
@lervag lervag deleted the patch-1 branch May 30, 2022 20:09
@lervag
Copy link
Contributor Author

lervag commented May 30, 2022

Great; glad to contribute! And thanks for making this; as mentioned, it looks very useful!

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.

Message on startup
2 participants