Skip to content

Instantly share code, notes, and snippets.

@cchamberlain
Last active September 22, 2015 18:28
Show Gist options
  • Select an option

  • Save cchamberlain/a73b50a8a74571e78add to your computer and use it in GitHub Desktop.

Select an option

Save cchamberlain/a73b50a8a74571e78add to your computer and use it in GitHub Desktop.
My custom solarized sublime text 3 / VIM setup.
// Sublime Text 3 User Preferences
// Put https://gist.github.com/cchamberlain/e9b1819a7f2a16b9ff73 in Packages\User
// Package Control
// Sodarized, Vintageous, Block Cursor Everywhere, Expand Tabs on Save
{
// https://gist.github.com/cchamberlain/e9b1819a7f2a16b9ff73
"color_scheme": "Packages/User/Solarized (dark).tmTheme",
"ignored_packages":
[
"Vintage"
],
// Sodarized
"theme": "Sodarized Dark 3.sublime-theme",
"soda_folder_icons": true,
"convert_tabspaces_on_save": true,
"font_face": "Source Code Pro Semibold",
"font_size": 9,
"rulers": [80],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"detect_indentation": true,
"highlight_line": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"highlight_modified_tabs": true,
"show_tab_close_buttons": false,
"show_encoding": true,
"show_line_endings": true,
"remember_full_screen": true,
"show_full_path": false,
"enable_telemetry": false,
"fade_fold_buttons": false,
"bold_folder_labels": true,
// VIM specific
"caret_style": "solid",
"caret_extra_top": 0,
"caret_extra_bottom": 0,
"caret_extra_width": 0,
"line_padding_top": 1,
"line_padding_bottom": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment