Sublime Text 2 is running very slowly for me on large text files (1000s of lines of code), and I suspect it is due to the plugins I have installed (like SublimeCodeIntel), p
Found it -- if you hit Command-Shift-P (on a Mac), there is a ``Package Control: Disable Package'' option (and a corresponding option for enabling packages again).
You can also append the following to the settings file if you want to disable the popups whenever a plugin makes sublime slow down (although I'm aware that's not exactly what you're looking for, it may be useful for future Googlers):
"detect_slow_plugins": false