Last active
December 19, 2019 06:28
-
-
Save sinan/47b164ddb34539c6d32749b5d58cbc84 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// not yet tried but looking good | |
Fuzzy File Path | |
tabnine | |
Console Wrap | |
// installed | |
"A File Icon", | |
"Alignment", | |
"All Autocomplete", | |
"ayu", | |
"Better CoffeeScript", | |
"Case Conversion", | |
"Character Table", | |
"Clickable URLs", | |
"ClickableRequires", | |
"ColorSchemeSelector", | |
"CSS3", | |
"CSScomb", | |
"Delete Current File", | |
"Dockerfile Syntax Highlighting", | |
"EJS", | |
"Emmet", | |
"Ethereum", | |
"FileSystem Autocompletion", | |
"Flow Built-In Type Completion", | |
"Hasher", | |
"HTMLBeautify", | |
"Jekyll", | |
"JsPrettier", | |
"LESS", | |
"lessc", | |
"LessImproved", | |
"Local History", | |
"LoremGibson", | |
"MarkdownPreview", | |
"Mermaid", | |
"Monokai - Spacegray", | |
"Naomi", | |
"nginx", | |
"NoDialogs", | |
"Package Control", | |
"Sass", | |
"SortBy", | |
"Stylus", | |
"SublimeLinter", | |
"SublimeLinter-coffeelint", | |
"SublimeLinter-contrib-lessc", | |
"SublimeLinter-eslint", | |
"SublimeLinter-flow", | |
"SublimeLinter-pylint", | |
"SublimeLinter-stylelint", | |
"SyncedSideBar", | |
"Text Pastry", | |
"ToggleQuotes", | |
"TypeScript", | |
"TypeScript Syntax" |
This file contains hidden or 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": true, | |
"caret_extra_width": 1, | |
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme", | |
"contrasted_light_quick_panel": true, | |
"contrasted_quick_panel": true, | |
"contrasted_tabs": true, | |
"draw_white_space": "all", | |
"enable_language_service_for_javascript": true, | |
"enable_tab_scrolling": true, | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.sublime-workspace", | |
"*.orig", | |
"*.go" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".build", | |
".vagrant", | |
"node_modules" | |
], | |
"font_face": "Operator Mono Lig", | |
"font_size": 18, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"icon_file_type_enable": true, | |
"ignored_packages": | |
[ | |
"TypeScript", | |
"Vintage" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"overlay_scroll_bars": "disabled", | |
"preview_on_click": false, | |
"remember_full_screen": true, | |
"rulers": | |
[ | |
80, | |
100 | |
], | |
"scroll_past_end": true, | |
"show_definitions": false, | |
"show_tab_close_buttons": false, | |
"spacefunk_folder_icons": true, | |
"tab_completion": false, | |
"tab_size": 2, | |
"theme": "Adaptive.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"ui_font_size_small": true, | |
"ui_separator": true, | |
"use_simple_full_screen": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment