Last active
February 7, 2022 05:10
-
-
Save kuntau/6203003 to your computer and use it in GitHub Desktop.
My sublime text 3/4 setting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"AutoHotkey", | |
"ayu", | |
"Babel", | |
"GitGutter", | |
"HexViewer", | |
"HTML-CSS-JS Prettify", | |
"NeoVintageous", | |
"Origami", | |
"Package Control", | |
"Pretty JSON", | |
"SublimeLinter", | |
"Theme - One Dark", | |
"ToggleNeoVintageous", | |
], | |
"install_prereleases" : [ | |
"NeoVintageous" | |
], | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_with_fields": true, | |
"bold_folder_labels": true, | |
"block_caret": true, | |
"caret_style": "phase", | |
"close_windows_when_empty": true, | |
"create_window_at_startup": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".Trash", ".Trash-*"], | |
"font_face": "LigaOperatorMono Nerd Font Mono", | |
"font_size": 11, | |
"relative_line_numbers": true, | |
"save_on_focus_lost": false, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"ignored_packages": | |
[ | |
"Six", | |
"Vintage", | |
"Vintageous", | |
], | |
"highlightedyank_style": "outline", | |
"vintageous_use_ctrl_keys": true, | |
"vintageous_use_super_keys": true, | |
"vintageous_use_sys_clipboard": false, | |
"vintageous_enable_sneak": true, | |
"vintageous_default_mode": "", | |
"vintageous_enable_abolish": true, | |
"vintageous_enable_commentary": true, | |
"vintageous_enable_multiple_cursors": true, | |
"vintageous_enable_sneak": true, | |
"vintageous_enable_sublime": true, | |
"vintageous_enable_surround": true, | |
"vintageous_enable_unimpaired": true, | |
"theme": "One Dark.sublime-theme", | |
"update_check": false, | |
"color_scheme": "Packages/Theme - One Dark/One Dark.tmTheme", | |
"ui_native_titlebar": true, // native titlebar on macOs | |
"ui_separator": true, // separators between panels | |
"ui_wide_scrollbars": true, // wider scrollbars | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment