LoginSignup
0
1

More than 5 years have passed since last update.

自分用 Sublime Text 3 インストール・設定

Last updated at Posted at 2018-05-11

Sublime Text 3 インストールするべきもの

  • Package Contol
  • GitGutter
  • Seti UI (theme)
  • ayu (color theme)
  • Ruby Slim (syntax)
  • SCSS (syntax)

Preferences

{
"always_show_minimap_viewport": true,
"theme": "Seti.sublime-theme",
"color_scheme": "Packages/ayu/ayu-dark.tmTheme",
"draw_white_space": "all",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"translate_tabs_to_spaces": true
}

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1