Skip to content

Instantly share code, notes, and snippets.

@jovanzers
Forked from ianmustafa/readme.md
Last active November 28, 2023 06:04
Show Gist options
  • Save jovanzers/2bb9e01c6b6d8a74151a9fbac1f58774 to your computer and use it in GitHub Desktop.
Save jovanzers/2bb9e01c6b6d8a74151a9fbac1f58774 to your computer and use it in GitHub Desktop.
Konfigurasi Sublime Text 3 Favorit. Dikumpulkan dengan penuh ❤︎ oleh Jovan Ferryal.

Konfigurasi Sublime Text 3 Favorit

Dikumpulkan dengan penuh ❤︎︎ oleh Jovan Ferryal.

Konfigurasi Preferences.sublime-settings

{
	"always_show_minimap_viewport": true,
	"bold_folder_labels": true,
	"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
	"default_line_ending": "unix",
	"draw_white_space": "selection",
	"ensure_newline_at_eof_on_save": true,
	"findreplace_small": true,
	"font_face": "Fira Code",
	"font_options":
	[
		"gray_antialias",
		"subpixel_antialias"
	],
	"font_size": 10,
	"highlight_line": true,
	"ignored_packages":
	[
		"SublimeLinter-contrib-htmlhint",
		"SublimeLinter-contrib-jslint",
		"Vintage"
	],
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"line_padding_bottom": 3,
	"line_padding_top": 3,
	"material_theme_accent_pink": true,
	"material_theme_compact_sidebar": true,
	"material_theme_small_statusbar": true,
	"material_theme_small_tab": true,
	"material_theme_tabs_autowidth": true,
	"show_line_endings": true,
	"tabs_small": true,
	"theme": "Material-Theme-Darker.sublime-theme",
	"trim_trailing_white_space_on_save": false,
	"word_wrap": true
}

List Package

Bisa diakses melalui Ctrl+Shift+P (atau +Shift+P di Mac) untuk membuka Package Control, kemudian ketik "install package" untuk menginstal packages.

Beberapa package membutuhkan syarat agar bisa berjalan dengan baik. Silakan cek ke homepage dari masing-masing package.

@xentolopx
Copy link

update lagi um

@jovanzers
Copy link
Author

update lagi um

Udah ga pakai sublime euy 😆

@xentolopx
Copy link

xentolopx commented Nov 24, 2023 via email

@jovanzers
Copy link
Author

jovanzers commented Nov 28, 2023

pindah vscode?

iyua um :3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment