Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/prisis/sublime-text-packages
- Owner: prisis
- License: mit
- Created: 2015-12-12T13:34:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T17:51:19.000Z (almost 9 years ago)
- Last Synced: 2024-10-15T01:17:17.551Z (about 1 month ago)
- Language: Python
- Size: 30.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"