feat(SublimeText2.GitPackages): cache packages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{ "command": "githubinator", "caption": "GitHubinator", "args": { "permalink": false } },
|
||||
{ "command": "githubinator", "caption": "GitHubinator Permalink", "args": { "permalink": true } },
|
||||
{ "command": "githubinator", "caption": "GitHubinator Blame", "args": { "permalink": false, "mode": "blame" } },
|
||||
{ "command": "githubinator", "caption": "GitHubinator Blame Permalink", "args": { "permalink": true, "mode": "blame" } }
|
||||
]
|
Reference in New Issue
Block a user