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