Skip to content

Instantly share code, notes, and snippets.

@ziishaned
Last active August 5, 2019 11:04
Show Gist options
  • Save ziishaned/09751aa9ca295f593ff9095d69231b8b to your computer and use it in GitHub Desktop.
Save ziishaned/09751aa9ca295f593ff9095d69231b8b to your computer and use it in GitHub Desktop.
A list of sublime packages that i installed and sublime setting
[
{
"keys": [
"tab"
],
"command": "expand_abbreviation_by_tab",
"context": [
{
"operand": "source.js",
"operator": "equal",
"match_all": true,
"key": "selector"
},
{
"match_all": true,
"key": "selection_empty"
},
{
"operator": "equal",
"operand": false,
"match_all": true,
"key": "has_next_field"
},
{
"operand": false,
"operator": "equal",
"match_all": true,
"key": "auto_complete_visible"
},
{
"match_all": true,
"key": "is_abbreviation"
}
]
}
]
  • AdvancedNewFile
  • AutoFileName
  • Bootstrap 3 Autocomplete
  • Bootstrap 3 Snippets
  • Emmet
  • Icon Fonts
  • jQuery
  • Laravel Blade Highlighter
  • LiveReload
  • Materialize
  • MouseEventListner
  • SidebarHoverToggle
  • SublimeCodeIntel
{
"always_show_minimap_viewport": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"drag_text": false,
"font_face": "Consolas",
"font_options":
[
"directwrite"
],
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_accent_indigo": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"remember_full_screen": true,
"theme": "Material Brogrammer.sublime-theme",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment