Skip to content

Instantly share code, notes, and snippets.

@nir0s
Last active December 30, 2015 17:50
Show Gist options
  • Save nir0s/a01e00f470018ac49f54 to your computer and use it in GitHub Desktop.
Save nir0s/a01e00f470018ac49f54 to your computer and use it in GitHub Desktop.
my sublime-text3 (st3) config and plugins
{
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/Material-Theme-OceanicNext (Flake8Lint).tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"font_face": "Roboto Mono",
"font_options":
[
"no_round",
"gray_antialias"
],
"line_padding_top" : 3,
"line_padding_bottom" : 3,
"always_show_minimap_viewport" : true,
"indent_guide_options" : [ "draw_normal", "draw_active" ], // Highlight active indent
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"match_selection": false,
"match_tags": false,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"scroll_past_end": true,
"scroll_speed": 5.0,
"sidebar_default": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment