Skip to content

Instantly share code, notes, and snippets.

@rtgibbons
Created July 15, 2013 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtgibbons/6001070 to your computer and use it in GitHub Desktop.
Save rtgibbons/6001070 to your computer and use it in GitHub Desktop.
SublimeText_PackageControl.sublime-settings
{
"installed_packages":
[
"ApacheConf.tmLanguage",
"Base16 Color Schemes",
"Gist",
"GitGutter",
"JsFormat",
"nginx",
"Package Control",
"Pretty JSON",
"Puppet",
"SideBarEnhancements",
"Solarized Color Scheme",
"SublimeLinter",
"Theme - Nil",
"Theme - Phoenix",
"Theme - Refined",
"Theme - Soda",
"Tomorrow Color Schemes",
"Vintageous",
"Zap Gremlins"
],
"package_name_map":
{
"refined-theme": "Theme - Refined",
"sublime-text-2-git": "Git",
"sublime_package_control": "Package Control"
},
"repositories":
[
"https://github.com/wbond/sublime_package_control/tree/python3",
"https://github.com/kemayo/sublime-text-2-git/tree/python3",
"https://github.com/titoBouzout/SideBarEnhancements/tree/st3",
"https://github.com/cluther/Gist/tree/python3",
"https://github.com/SublimeLinter/SublimeLinter/tree/sublime-linter-v2.0",
"https://github.com/danro/refined-theme/tree/st3",
"https://github.com/SublimeCodeIntel/SublimeCodeIntel/tree/py3"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment