Skip to content

Instantly share code, notes, and snippets.

@HanggiAnggono
Last active July 9, 2019 04:52
Show Gist options
  • Save HanggiAnggono/bff9aab1474b5a9e3a59f7512497994b to your computer and use it in GitHub Desktop.
Save HanggiAnggono/bff9aab1474b5a9e3a59f7512497994b to your computer and use it in GitHub Desktop.
SublimeText installed plugins and settings

plugins

[
  "AdvancedNewFile",
  "AutoFileName",
  "Babel",
  "Color Highlight",
  "Emmet",
  "Git",
  "Git blame",
  "GraphQL",
  "ImportHelper",
  "Materialize",
  "MoveTab",
  "Naomi",
  "Package Control",
  "Skins",
  "SublimeCodeIntel",
  "TrailingSpaces",
  "TypeScript"
]

settings

{
	"always_show_minimap_viewport": true,
	"binary_file_patterns":
	[
		"node_modules/*"
	],
	"caret_extra_bottom": 2,
	"caret_extra_top": 2,
	"caret_extra_width": 2,
	"caret_style": "phase",
	"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
	"drag_text": false,
	"draw_white_space": "all",
	"font_size": 10,
	"highlight_modified_tab": true,
	"ignored_packages":
	[
	],
	"line_padding_bottom": 1,
	"line_padding_top": 1,
	"overlay_scroll_bars": "enabled",
	"rulers":
	[
		120
	],
	"skin": "Skins/Monokai (Adaptive)",
	"tab_size": 2,
	"theme": "Adaptive.sublime-theme",
	"translate_tabs_to_spaces": true,
	"vintage_use_clipboard": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment