Skip to content

Instantly share code, notes, and snippets.

@macowie
Last active June 7, 2020 20:25
Show Gist options
  • Save macowie/295956c7f55eef9aca39e56a059045cc to your computer and use it in GitHub Desktop.
Save macowie/295956c7f55eef9aca39e56a059045cc to your computer and use it in GitHub Desktop.
SublimeText Prefs
{
"clients":
{
"ruby":
{
"enabled": true
},
"rls":
{
"enabled": true
}
}
}
{
"auto_close_empty_panes": true
}
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"Colorsublime",
"LSP",
"LSP-eslint",
"LSP-typescript",
"Origami",
"Package Control",
"Sass",
"SideBarEnhancements",
"Terminus",
"Theme - Fladaptive",
"TypeScript Syntax"
]
}
{
"color_scheme": "Packages/Colorsublime - Themes/Dracula.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".*-cache",
"tmp",
".bundle"
],
"font_face": "Hack",
"font_options":
[
"subpixel_antialias"
],
"font_size": 8,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 0,
"material_theme_accent_lime": true,
"material_theme_small_tab": true,
"remember_open_files": false,
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_speed": 1.5,
"show_panel_on_build": true,
"tab_size": 2,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false,
"wrap_width": 80,
"spell_check": true,
"dictionary": "Packages/Language - English/en_US.dic"
}
{
"preserve_keys" : [
"ctrl+k",
"ctrl+p",
"ctrl+w"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment