Skip to main content

Sublime Text Plugins

Package Control is the package manager for Sublime Text, allowing you to easily discover, install, and manage plugins and themes to extend the editor’s functionality.


πŸš€ Getting Started​

  1. Install Package Control:
    Visit packagecontrol.io/installation and follow the instructions for your Sublime Text version.

  2. Open the Command Palette:

    • macOS: βŒ˜β‡§P
    • Windows/Linux: Ctrl+Shift+P
  3. Install Packages:

    • Type Package Control: Install Package and press Enter.
    • Search for the desired plugin and select it to install.

Utility​

  • Vintageous β€” Vim emulation for Sublime Text.
  • MarkdownEditing β€” Enhanced Markdown editing with better syntax and color schemes.

Linting​

Themes & Appearance​

  • Ayu theme β€” Popular color theme.
  • File Icons β€” Adds file-specific icons to the sidebar.


πŸ“ Notes & Troubleshooting​

  • If you have issues installing plugins like MarkdownEditing, see this issue.
  • You can manage installed packages via the Command Palette:
    • Package Control: List Packages
    • Package Control: Remove Package
  • Settings for most plugins can be customized via Preferences > Package Settings.