My Sublime Text setup

Without much further ado, and because a few people have asked me; this is the stuff that I’ve set up and configured in Sublime Text for my every day work. Anything I’m missing?

The basics

Visuals

Extracted from preferences:

"caret_style": "phase",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"translate_tabs_to_spaces": true,

Syntaxes

Must haves

Evaluating