Skip to content

Instantly share code, notes, and snippets.

@valc93
Last active July 4, 2022 04:56
Show Gist options
  • Select an option

  • Save valc93/a96f2486b77cfb47dad7 to your computer and use it in GitHub Desktop.

Select an option

Save valc93/a96f2486b77cfb47dad7 to your computer and use it in GitHub Desktop.
ST user settings
{
"ignored_packages":
[
"Vintage",
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"font_face": "Ubuntu Mono",
"font_options": "subpixel_antialias",
"font_size": 14,
"theme": "ayu-mirage.sublime-theme",
"color_scheme": "ayu-mirage.sublime-color-scheme",
"ui_native_titlebar": false, // use native titlebars on macOs
"ui_separator": true, // separators between panels
"ui_wide_scrollbars": true, // wider scrollbars
"trim_trailing_white_space_on_save": true,
"highlight_modified_tabs": true,
"bold_folder_labels": true,
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
}
https://coderwall.com/p/j3tjtq/spell-check-for-markdown-in-sublime-text
https://www.sublimetext.com/docs/2/spell_checking.html
Extensions:
A File Icon
AutoFileName
Ayu
BracketHighlighter
ColorHelper
DocBlockr
Emmet
Gist
Git
GitGutter
HTML5
LoremGibson
MJML-syntax
Markdown Preview
SidebarEnhancements
TrailingSpaces
Vue Syntax Highlight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment