Last active
October 12, 2017 04:54
-
-
Save umer936/34cd8caf4c7013fde1e9ad49222f4e55 to your computer and use it in GitHub Desktop.
Sublime Package Control Feb 10, 2016
This file contains 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
Show hidden characters
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"All Autocomplete", | |
"AutoFileName", | |
"Better CoffeeScript", | |
"Better JavaScript", | |
"Case Conversion", | |
"Color Highlighter", | |
"Compare Side-By-Side", | |
"CSS Completions", | |
"CSScomb", | |
"DictionaryAutoComplete", | |
"Emmet", | |
"FindDoc", | |
"Git", | |
"GitGutter", | |
"GitSyntaxes", | |
"Glue", | |
"JsonTree", | |
"Keymaps", | |
"Laravel 4 Artisan", | |
"Laravel Blade Highlighter", | |
"LESS", | |
"lessc", | |
"LiveStyle", | |
"Numix Theme", | |
"Package Control", | |
"Pretty JSON", | |
"Terminal", | |
"Theme - Cyanide", | |
"Themr", | |
"Underscorejs snippets", | |
"xml2json" | |
] | |
} |
This file contains 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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"font_size": 10, | |
"ignored_packages": | |
[ | |
"JavaScript", | |
"Vintage" | |
], | |
"theme": "Numix Dark.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment