Skip to content

Instantly share code, notes, and snippets.

@d8vjork
Last active March 10, 2019 11:18
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 d8vjork/4e86dcd8d44a8ea121c57323e8141639 to your computer and use it in GitHub Desktop.
Save d8vjork/4e86dcd8d44a8ea121c57323e8141639 to your computer and use it in GitHub Desktop.
My SublimeText 3 build (just PHP development)

Extensions

  • A File Icon
  • Agila Theme
  • ApacheConf
  • AutoFileName
  • BracketHighlighter
  • DocBlockr
  • EditorConfig
  • Emmet
  • nginx
  • SideBarTools
  • SublimeLinter
  • SublimeLinter-phplint
  • Terminal
  • Dockerfile Syntax Highlighting

Config

Below this file you can copy all my setting values from my setup (I'll update this frecuently)

{
"color_scheme": "Monokai.sublime-color-scheme",
"save_on_focus_lost": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"vendor",
"node_modules"
],
"ignored_packages":
[
"JavaScript",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"theme": "Agila Monokai.sublime-theme",
"theme_agila_camouflage": false,
"theme_agila_camouflage_semi": true,
"theme_agila_sidebar_light_icons": true,
"theme_agila_sidebar_small": true,
"theme_agila_compact_sidebar": true,
"theme_agila_compact_tab": true,
"theme_agila_sidebar_selected_entry_yellow": true,
"theme_agila_modified_tab_marker_yellow": true,
"theme_agila_auto_complete_yellow": true,
"theme_agila_active_tab_entry_yellow": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": false,
"fade_fold_buttons": false,
"font_face": "Inconsolata",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"bold_folder_labels": false,
"caret_extra_width": 2,
"caret_style": "smooth"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment