Skip to content

Instantly share code, notes, and snippets.

@lcasartelli
Last active December 26, 2015 07:59
Show Gist options
  • Save lcasartelli/7119549 to your computer and use it in GitHub Desktop.
Save lcasartelli/7119549 to your computer and use it in GitHub Desktop.
Settings - User for Sublime Text 3
{
"auto_complete": true,
"coffee_path": "/Users/lcasartelli/.nvm/v0.11.14/bin/coffee",
"color_scheme": "Packages/User/Colorsublime/themes/Afterglow.tmTheme",
"create_window_at_startup": false,
"font_size": 12.0,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"node_path": "/Users/lcasartelli/.nvm/v0.11.14/bin/node",
"remember_open_files": false,
"tab_completion": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment