Skip to content

Instantly share code, notes, and snippets.

@kimyvgy
Last active May 5, 2017 01:21
Show Gist options
  • Save kimyvgy/389c5a82706a5caaca89e9777174f157 to your computer and use it in GitHub Desktop.
Save kimyvgy/389c5a82706a5caaca89e9777174f157 to your computer and use it in GitHub Desktop.
User setting in sublime text 3
// User settings:
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.swf",
"*.tga",
"*.ttf",
"*.zip",
".docker/**",
".idea/**",
".nginx/**",
".nuxt/**",
".rocketeer/**",
"/home/nguyen.huu.kim/Codes/viblo/node_modules/**"
],
"bold_folder_labels": false,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_size": 10,
"highlight_modified_tabs": true,
"ignored_packages":
[
"HTML-CSS-JS Prettify",
"React ES6 Snippets",
"ReactJS",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"itg_sidebar_tree_medium": true,
"itg_small_tabs": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"remember_full_screen": true,
"rulers":
[
120
],
"save_on_focus_lost": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"theme": "Boxy Ocean.sublime-theme",
"theme_accent_green": true,
"theme_autocomplete_item_selected_colored": true,
"theme_icons_atomized": true,
"theme_icons_flat": true,
"theme_icons_materialized": true,
"theme_quick_panel_item_selected_colored": true,
"theme_scrollbar_colored": true,
"theme_sidebar_border": true,
"theme_sidebar_disclosure": true,
"theme_sidebar_folder_materialized": true,
"theme_sidebar_font_md": true,
"theme_sidebar_heading_bold": true,
"theme_sidebar_indent_xl": true,
"theme_sidebar_size_md": true,
"theme_size_md": true,
"theme_statusbar_colored": true,
"theme_statusbar_font_sm": true,
"theme_statusbar_size_xs": true,
"theme_tab_font_md": true,
"theme_tab_selected_filled": true,
"theme_tab_size_xs": true,
"theme_tab_width_auto": true,
"theme_tabset_line_visible": true,
"theme_unified": true,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"typescript_plugin_tsc_version": "1.7.3",
"word_wrap": true
}
// Package list installed:
A File Icon - ihodev/a-file-icon
AdvancedNewFile
Alignment
Auto Refresh
Babel
Babel Snippets
Boxy theme
Box theme addon - Unified mode
Chain of command
Difftabs
DocBlockr
Emmet
Git
GitGutter
Gitignore
HTML-CSS-JS Prettify
Laravel 5 Snippets
Laravel blade highlighter
Package control
PyV8
ReactJs
React ES6 Snippets
Sass
Sass Snippets
SideBarEnhancements
SublimeCodeIntel
SublimeEnhancedUtilitiesSet
Terminal in package
Vue syntax highlight
VueJS Snippets
zzz A File Icon zzz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment