Sublime packages
This is a list of the plugins for Sublime Text 2, which I commonly use:
- BracketHighlighter
- ColorPicker
- DocBlockr
- Git
- GitGutter
- MarkdownEditing
- SublimeCodeIntel
- SublimeLinter
First you need to install Package Control. Then you can install the packages by hitting ctrl-shift-p
and typing Package Controll: Install
or editing Preferences -> Package Settings -> Package Control -> Settings - User
for:
{"installed_packages":["BracketHighlighter","ColorPicker","DocBlockr","Git","GitGutter","MarkdownEditing","SublimeCodeIntel","SublimeLinter"]}
into your Package Control.sublime-settings
file.