Update plugin order
This commit is contained in:
@@ -26,50 +26,23 @@
|
||||
},
|
||||
"plugins.default": false, "//": "Default plugin state (advised to let 'false' unless in debug mode)",
|
||||
"plugins": { "//": "Global plugin configuration",
|
||||
"activity":{
|
||||
"enabled": false, "//": "Display recent activity"
|
||||
},
|
||||
"contributors":{
|
||||
"enabled": false, "//": "Display repository contributors"
|
||||
},
|
||||
"followup":{
|
||||
"enabled": false, "//": "Display follow-up of repositories issues and pull requests"
|
||||
},
|
||||
"gists":{
|
||||
"enabled": false, "//": "Display gists metrics"
|
||||
},
|
||||
"habits":{
|
||||
"enabled": false, "//": "Display coding habits metrics"
|
||||
},
|
||||
"introduction":{
|
||||
"enabled": false, "//": "Display account or repository introduction"
|
||||
},
|
||||
"isocalendar":{
|
||||
"enabled": false, "//": "Display an isometric view of your commits calendar"
|
||||
},
|
||||
"languages":{
|
||||
"enabled": false, "//": "Display most used languages metrics"
|
||||
},
|
||||
"introduction":{
|
||||
"enabled": false, "//": "Display account or repository introduction"
|
||||
},
|
||||
"habits":{
|
||||
"enabled": false, "//": "Display coding habits metrics"
|
||||
},
|
||||
"licenses":{
|
||||
"enabled": false, "//": "Display licenses informations"
|
||||
},
|
||||
"lines":{
|
||||
"enabled": false, "//": "Display lines of code metrics"
|
||||
},
|
||||
"people":{
|
||||
"enabled": false, "//": "Display GitHub users from various affiliations"
|
||||
},
|
||||
"projects":{
|
||||
"enabled": false, "//": "Display active projects"
|
||||
},
|
||||
"reactions":{
|
||||
"enabled": false, "//": "Display average issue comments reactions"
|
||||
},
|
||||
"skyline":{
|
||||
"enabled": false, "//": "Display GitHub Skyline 3D calendar"
|
||||
},
|
||||
"stargazers":{
|
||||
"enabled": false, "//": "Display stargazers metrics"
|
||||
"contributors":{
|
||||
"enabled": false, "//": "Display repository contributors"
|
||||
},
|
||||
"stars":{
|
||||
"enabled": false, "//": "Display recently starred repositories"
|
||||
@@ -77,30 +50,57 @@
|
||||
"topics":{
|
||||
"enabled": false, "//": "Display starred topics"
|
||||
},
|
||||
"reactions":{
|
||||
"enabled": false, "//": "Display average issue comments reactions"
|
||||
},
|
||||
"people":{
|
||||
"enabled": false, "//": "Display GitHub users from various affiliations"
|
||||
},
|
||||
"gists":{
|
||||
"enabled": false, "//": "Display gists metrics"
|
||||
},
|
||||
"followup":{
|
||||
"enabled": false, "//": "Display follow-up of repositories issues and pull requests"
|
||||
},
|
||||
"lines":{
|
||||
"enabled": false, "//": "Display lines of code metrics"
|
||||
},
|
||||
"traffic":{
|
||||
"enabled": false, "//": "Display repositories traffic metrics"
|
||||
},
|
||||
"anilist":{
|
||||
"enabled": false, "//": "Display data from your AniList account"
|
||||
"stargazers":{
|
||||
"enabled": false, "//": "Display stargazers metrics"
|
||||
},
|
||||
"music":{
|
||||
"token": null, "//":"Music provider personal token",
|
||||
"enabled": false, "//": "Display your music tracks"
|
||||
"projects":{
|
||||
"enabled": false, "//": "Display active projects"
|
||||
},
|
||||
"activity":{
|
||||
"enabled": false, "//": "Display recent activity"
|
||||
},
|
||||
"skyline":{
|
||||
"enabled": false, "//": "Display GitHub Skyline 3D calendar"
|
||||
},
|
||||
"pagespeed":{
|
||||
"token": null, "//":"PageSpeed token",
|
||||
"enabled": false, "//": "Display a website Google PageSpeed metrics"
|
||||
},
|
||||
"posts":{
|
||||
"enabled": false, "//": "Display recent posts"
|
||||
},
|
||||
"stackoverflow":{
|
||||
"enabled": false, "//": "Stackoverflow metrics"
|
||||
"music":{
|
||||
"token": null, "//":"Music provider personal token",
|
||||
"enabled": false, "//": "Display your music tracks"
|
||||
},
|
||||
"tweets":{
|
||||
"token": null, "//":"Twitter API token",
|
||||
"enabled": false, "//": "Display recent tweets"
|
||||
},
|
||||
"anilist":{
|
||||
"enabled": false, "//": "Display data from your AniList account"
|
||||
},
|
||||
"stackoverflow":{
|
||||
"enabled": false, "//": "Stackoverflow metrics"
|
||||
},
|
||||
"posts":{
|
||||
"enabled": false, "//": "Display recent posts"
|
||||
},
|
||||
"wakatime":{
|
||||
"token": null, "//":"WakaTime API token",
|
||||
"enabled": false, "//": "Display WakaTime stats"
|
||||
|
||||
Reference in New Issue
Block a user