Last active
June 7, 2020 20:25
-
-
Save macowie/295956c7f55eef9aca39e56a059045cc to your computer and use it in GitHub Desktop.
SublimeText Prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"clients": | |
{ | |
"ruby": | |
{ | |
"enabled": true | |
}, | |
"rls": | |
{ | |
"enabled": true | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"auto_close_empty_panes": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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