crazyyy
4/18/2015 - 8:10 PM

MyPluginsForSublime.md

#Plugins for SublimeText

##Main

##UI

Syntax highlighting / Snippets

Markdown

Linters

Git

Tools

Stuff

My "user config" for Spacegray theme

{
    "enable_tab_scrolling": false,
    "bold_folder_labels": true,
    "spacegray_tabs_normal": true,
    "color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
    "ensure_newline_at_eof_on_save": true,
    "font_size": 12,
    "highlight_line": true,
    "hot_exit": false,
    "ignored_packages":
    [
        "Vintage"
    ],
    "indent_guide_options":
    [
        "draw_normal",
        "draw_active"
    ],
    "line_numbers": true,
    "line_padding_bottom": 3,
    "line_padding_top": 3,
    "overlay_scroll_bars": "enabled",
    "show_encoding": true,
    "theme": "Spacegray.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_automatic_white_space": true,
    "trim_trailing_white_space_on_save": true,
    "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"],
}

My user config for Seti_UI theme:

{
    "Seti_no_bar_undertabs": true,
    "Seti_tabs_small": true,
    "enable_tab_scrolling": false,
    "color_scheme": "Packages/Seti_UI/Scheme/Seti_monokai.tmTheme",
    "font_size": 14,
    "highlight_line": true,
    "hot_exit": false,
    "ignored_packages":
    [
        "Vintage"
    ],
    "line_numbers": true,
    "overlay_scroll_bars": "enabled",
    "show_encoding": true,
    "theme": "Seti_orig.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_automatic_white_space": true,
    "trim_trailing_white_space_on_save": true,
    "line_padding_top": 3,
    "line_padding_bottom": 3,
    "bold_folder_labels": true,
    "ensure_newline_at_eof_on_save": true,
    "indent_guide_options": [ "draw_normal", "draw_active" ]
}