Created
April 14, 2016 00:02
-
-
Save nickjj/8f5f95d315fe37e293c57f2d6e90cd2d to your computer and use it in GitHub Desktop.
Revisions
-
nickjj created this gist
Apr 14, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ // This would go in $sublime_dir/Packages/User/GitGutter.sublime-settings { "live_mode": false, "focus_change_mode": false } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ // This would go in $sublime_dir/Packages/User/Zeal.sublime-settings { "language_mapping": { "HTML": {"lang": "html", "zeal_lang": "html"}, "Jinja": {"lang": "jinja2", "zeal_lang": "jinja"}, "JavaScript": {"lang": "javascript", "zeal_lang": "javascript"}, "CSS": {"lang": "css", "zeal_lang": "css"}, "SCSS": {"lang": "scss", "zeal_lang": "scss"}, "nginx": {"lang": "nginx", "zeal_lang": "nginx"}, "bash": {"lang": "shell", "zeal_lang": "bash"}, "Markdown": {"lang": "markdown", "zeal_lang": "markdown"}, "Python": {"lang": "python", "zeal_lang": "python"}, "Flask": {"lang": "python", "zeal_lang": "flask"}, "Ruby": {"lang": "ruby", "zeal_lang": "ruby"}, "Ruby on Rails": {"lang": "ruby", "zeal_lang": "rails"} } } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ // This would go in $sublime_dir/Packages/User/Gist.sublime-settings { "token": "<Put your token from GitHub here>" } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ // This would go in $sublime_dir/Packages/User/GutterColor.sublime-settings { "fix_color_schemes": true } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ // This would go in $sublime_dir/Packages/User/HTML (Jinja2).sublime-settings { "extensions": [ "html" ] } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ // This would go in $sublime_dir/Packages/User/Markdown.sublime-settings { "line_numbers": true, "word_wrap": false, "rulers": [79] } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ // This would go in $sublime_dir/Packages/User/Preferences.sublime-settings { "color_scheme": "Packages/User/SublimeLinter/Espresso Soda (SL).tmTheme", "ensure_newline_at_eof_on_save": true, "font_face": "Droid Sans Mono", "highlight_line": true, "ignored_packages": [ "Vintage" ], "rulers": [ 79 ], "spell_check": true, "tab_size": 2, "theme": "SoDaReloaded Light.sublime-theme", "translate_tabs_to_spaces": true }