Skip to content

Instantly share code, notes, and snippets.

@mazulo
Created March 21, 2014 06:14
Show Gist options
  • Save mazulo/9680573 to your computer and use it in GitHub Desktop.
Save mazulo/9680573 to your computer and use it in GitHub Desktop.
Arquivo de configuração das personalizações do meu sublime
{
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python - string - comment - constant.numeric"
}
],
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_size": 11,
"ignored_packages":
[
"HTML Snippets",
"Vintage"
],
"theme": "Nexus.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment