Skip to content

Instantly share code, notes, and snippets.

@npofopr
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save npofopr/26a5178d8a89297dc9aa to your computer and use it in GitHub Desktop.
Save npofopr/26a5178d8a89297dc9aa to your computer and use it in GitHub Desktop.
sublime settings
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Nexus/Nexus.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"draw_minimap_border": true,
"draw_shadows": false,
"fade_fold_buttons": false,
"fallback_encoding": "Cyrillic (Windows 1251)",
"find_selected_text": true,
"font_face": "Consolas",
"font_options":
[
"subpixel_antialias"
],
"font_size": 10,
"git_gutter_live_mode": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"JavaScript",
"ASP",
"ActionScript",
"AppleScript",
"C#",
"C++",
"CSScomb",
"CSS Format",
"Erlang",
"FileModifyStatus",
"Go",
"HTML Compressor",
"HTMLBeautify",
"Lisp",
"Lua",
"SideBarFolders",
"cssDOC",
"LiveReload"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 4,
"theme": "Nexus.sublime-theme",
"translate_tabs_to_spaces": false,
"use_simple_full_screen": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment