Last active
March 12, 2017 23:52
-
-
Save skube/1dbf649fe21ab395cdda to your computer and use it in GitHub Desktop.
Installed packages manifest file for quickly installing various packages simply by updated /User/Package Control.sublime-settings file
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": [ | |
"CSS3_Syntax" | |
], | |
"installed_packages": [ | |
"AdvancedNewFile", | |
"Auto Semi-Colon", | |
// "Boxy Theme", | |
// "Color Highlighter", | |
// "Colorsublime", | |
"Comment-Snippets", | |
"CSS3_Syntax", | |
"DocBlockr", | |
"EditorConfig", /* uses .editorconfig file */ | |
"Emmet", | |
"ES6-Toolkit", | |
"HTML-CSS-JS Prettify", | |
"Idiomatic-CSS-Comments-Snippets", | |
"Laravel 5 Artisan", | |
"Laravel Blade Highlighter", | |
//"Material Theme", | |
//"Material Theme - White Panels", | |
//"Oceanic Next Italic Color Scheme", | |
"Package Control", | |
"PackageResourceViewer", | |
"PHP Companion", | |
"REM PX", | |
"Seti_UI", | |
"SideBarEnhancements", | |
"StripHTML", | |
"sublime-github", // or maybe Gist instead? | |
"SublimeLinter", | |
"SublimeLinter-contrib-eslint", //replaces jshint | |
"SublimeLinter-contrib-stylelint", // replaces csslint | |
"SublimeLinter-html-tidy", | |
"SublimeLinter-php", | |
"TypeScript", | |
"Unsplash", | |
"View In Browser", | |
"Vintageous" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment