This plugin show github notifications count in statusbar
- Account Settings -> Personal access tokens
- "Generate new token" under "Personal access tokens"
- For "Token description" you should give it a meaningful name, Example: sublime notifications plugin
- Under "Select scopes" you can just select notifications
Paste the token in the settings section under the token option.
{
"token": "", // Your GitHub API token
"update_interval": 60, // seconds
"template": "Github: {notif}"
}
{
"caption": "Open Github Notifications",
"command": "open_github_notifications"
}