Sublime Text
Installation
- Installation file can be downloaded from this link.
Settings
To enter this JSON, search "Preferences: Settings" in Command Palette.
json
{
"ignored_packages":
[
"Vintage",
],
"theme": "Adaptive.sublime-theme",
"font_size": 13,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"word_width_style": "min",
"index_files": true,
"save_on_focus_lost": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
// Disabling these for BracketHighlighter
"match_brackets": false,
"match_brackets_content": false,
"match_brackets_square": false,
"match_brackets_braces": false,
"match_brackets_angle": false,
"match_tags": false,
}Extensions
Use "Install Package" in Command Palette to install these extensions. This in-turn forces "Package Control" to be installed first.
General
- FileIcons
- Terminus
- Compare Side-By-Side (by kaste)
- Use this setting for this package:
{"line_count_popup": true}
- Use this setting for this package:
- SideBarEnhancements (by titoBouzout)
- BracketHighlighter
- Dockerfile Syntax Highlighting
Markdown
- SublimeLinter-contrib-markdownlint
JavaScript
- Babel
- SublimeLinter-eslint
- JsPrettier
Python
- SublimeLinter-contrib-ruff
