Last active
September 9, 2020 10:09
-
-
Save Korveld/07d907273812f168848f22f441c2b228 to your computer and use it in GitHub Desktop.
sublime text 3 - mac fix to install plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "downloader_precedence": { | |
| "windows": ["wininet"], | |
| "osx": ["curl", "urllib"], | |
| "linux": ["urllib", "curl", "wget"] | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment