Skip to content

Instantly share code, notes, and snippets.

@andrewmcnaughton
Created April 9, 2020 13:17
Show Gist options
  • Save andrewmcnaughton/d2f18c903d09e22154e4b29ca0422dff to your computer and use it in GitHub Desktop.
Save andrewmcnaughton/d2f18c903d09e22154e4b29ca0422dff to your computer and use it in GitHub Desktop.
Normal Setup
{
"convert_path" : "/usr/local/bin/convert"
}
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"All Autocomplete",
"ayu",
"Babel",
"Gutter Color",
"New Moon Color Scheme",
"Package Control",
"Pretty YAML",
"SCSS",
"SideBarEnhancements",
"Sync Settings",
"Trimmer",
"Vue Syntax Highlight",
"Vuetify",
"YAML Nav"
]
}
{
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
"enable_tab_scrolling": false,
"findreplace_small": true,
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"index_files": false,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"predawn_sidebar_small": true,
"predawn_tabs_active_underline": true,
"predawn_tabs_medium": true,
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_full_path": false,
"show_git_status": false,
"sidebar_xsmall": true,
"theme": "ayu-mirage.sublime-theme",
"ui_fix_tab_labels": true,
"ui_font_roboto_mono": true,
"ui_separator": true,
"word_wrap": true
}
{
"hide_open_with_entries_when_there_are_no_applicable": false,
"confirm_before_deleting": true,
"confirm_before_permanently_deleting": true,
"disabled_menuitem_edit": false,
"disabled_menuitem_edit_to_right": true,
"disabled_menuitem_open_run": true,
"disabled_menuitem_open_in_browser": true,
"disabled_menuitem_open_in_new_window": true,
"disabled_menuitem_find_in_project": false,
"disabled_menuitem_copy_name": true,
"disabled_menuitem_copy_path": true,
"disabled_menuitem_copy_path_windows": true,
"disabled_menuitem_copy_dir_path": true,
"disabled_menuitem_paste_in_parent": true,
"disabled_menuitem_empty": true,
"disabled_menuitem_folder_save": true,
"disabled_menuitem_folder_close": true,
//if installed in a default location maybe this works.
"default_browser": "", //one of this list: firefox, chrome, canary, chromium, opera, safari, ie
"open_all_browsers": ["firefox", "chrome", "opera", "safari", "ie", "edge"], //any of this list: firefox, chrome, canary, chromium, opera, safari, ie, edge
"portable_browser": "", // for example: C:/Program Files (x86)/Nightly/firefox.exe
"disable_send_to_trash": false,
"use_powershell": true,
"use_command": "",
"auto_close_empty_groups": true,
"copy_path_absolute_from_project_includes_line_number": false,
// if you donated set this value to "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DD4SL2AHYJGBW"
// to remove the menuitem "Donate 20$" from the sidebar context menu.
"i_donated_to_sidebar_enhancements_developer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment