Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prisis/sublime-text-packages

My sublime text 3 setup!
https://github.com/prisis/sublime-text-packages

Last synced: 21 days ago
JSON representation

My sublime text 3 setup!

Awesome Lists containing this project

README

        

# sublime-text-packages
My Sublime Text 3 setup!

# Config
~~~json
{
"always_show_minimap_viewport": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"draw_white_space": "all",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 8,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme-Darker.sublime-theme",
"material_theme_tree_headings" : true,
"ensure_newline_at_eof_on_save": true,
"trim_trailing_white_space_on_save": true,
"translate_tabs_to_spaces": true,
"save_on_focus_lost": true,
"highlight_modified_tabs": true,
"class": "tabset_control",
"tab_height": 10
}
~~~

# Packages

"AdvancedNewFile",
"All Autocomplete",
"Anaconda",
"anaconda_php",
"AndyPHP",
"AutoFileName",
"AutomaticFullscreen",
"Babel",
"Bower",
"Composer",
"CSS Extended Completions",
"CSS3",
"DocBlockr",
"EditorConfig",
"Emmet",
"Grunt",
"Gutter Color",
"HTML Boilerplate",
"HTML Extended",
"HTML5",
"Jade",
"Jade Snippets",
"JavaScript Completions",
"JavaScriptNext - ES6 Syntax",
"JSONLint",
"MarkdownEditing",
"Material Theme",
"Material Theme - Appbar",
"Origami",
"Package Control",
"PHP Code Coverage",
"PHP Comment Wrap",
"Phpcs",
"PhpDoc",
"PHPIntel",
"PHPUnit Completions",
"Project PHP ClassBrowser",
"Sass",
"SASS Snippets",
"SideBarEnhancements",
"SimplePHPUnit",
"Stylus",
"Stylus Clean Completions",
"Stylus-Snippets",
"SublimeCodeIntel",
"SublimeLinter",
"SublimeLinter-contrib-pug-lint",
"SublimeLinter-contrib-sass-lint",
"SublimeLinter-contrib-scss-lint",
"SublimeLinter-csslint",
"SublimeLinter-jscs",
"SublimeLinter-php",
"Terminal",
"TrailingSpaces",
"Travis YML Lint",
"Travis-CI",
"Whitespace"