Last active
July 6, 2020 17:49
-
-
Save keb/2dacec04ec4d11add07e41cdc3d36dc7 to your computer and use it in GitHub Desktop.
sublime_sync_settings
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
Show hidden characters
[ | |
{ "keys": ["alt+`"], "command": "show_panel", "args": {"panel": "console", "toggle": true} }, | |
{ "keys": ["ctrl+`"], "command": "open_terminal_project_folder" }, | |
{ "keys": ["ctrl+shift+`"], "command": "open_terminal" } | |
] |
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
{ | |
"extensions": | |
[ | |
"njk" | |
] | |
} |
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
{ | |
"extensions": | |
[ | |
] | |
} |
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
{ | |
"extensions": | |
[ | |
"js" | |
] | |
} |
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
{ | |
"show_diagnostics_count_in_view_status": true, | |
"auto_show_diagnostics_panel": "never", | |
"clients": | |
{ | |
"lsp-tsserver": { | |
"command": [ | |
"lsp-tsserver.cmd", "--stdio" | |
], | |
"enabled": true, | |
"languages": [ | |
{ | |
"languageId": "javascript", | |
"scopes": [ | |
"source.js", | |
"source.jsx" | |
], | |
"syntaxes": [ | |
"Packages/Babel/JavaScript (Babel).sublime-syntax", | |
"Packages/JavaScript/JavaScript.sublime-syntax" | |
] | |
}, | |
{ | |
"languageId": "typescript", | |
"scopes": [ | |
"source.ts", | |
"source.tsx" | |
], | |
"syntaxes": [ | |
"Packages/TypeScript-TmLanguage/TypeScript.tmLanguage", | |
"Packages/TypeScript-TmLanguage/TypeScriptReact.tmLanguage" | |
] | |
} | |
] | |
}, | |
"lua-ls": | |
{ | |
"command": | |
[ | |
"C:/Users/kevin/.vscode-oss/extensions/sumneko.lua-0.17.1/server/bin/Windows/lua-language-server", | |
"-E", | |
"C:/Users/kevin/.vscode-oss/extensions/sumneko.lua-0.17.1/server/main.lua" | |
], | |
"enabled": true, | |
"languageId": "lua", | |
"scopes": | |
[ | |
"source.lua" | |
], | |
"syntaxes": | |
[ | |
"Packages/Lua/Lua.sublime-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
{ | |
"extensions": | |
[ | |
"js" | |
] | |
} |
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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"Babel", | |
"Emmet", | |
"LSP", | |
"Lua Love", | |
"Package Control", | |
"ProjectManager", | |
"Svelte", | |
"Sync Settings", | |
"Terminal", | |
"Theme - Spacegray", | |
"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_triggers": | |
[ | |
{ | |
"characters": ".", | |
"selector": "source.js" | |
} | |
], | |
"bold_folder_labels": true, | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
"draw_white_space": "all", | |
"enable_tab_scrolling": false, | |
"fade_fold_buttons": false, | |
"font_face": "Ubuntu Mono", | |
"font_size": 12, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"spacegray_fileicons": true, | |
"spacegray_sidebar_font_large": true, | |
"spacegray_sidebar_tree_normal": true, | |
"spacegray_tabs_font_large": true, | |
"spacegray_tabs_large": true, | |
"sublime_merge_path": "C:\\apps\\sublime_merge\\sublime_merge.exe", | |
"theme": "Spacegray.sublime-theme", | |
"translate_tabs_to_spaces": true | |
} |
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
{ | |
"projects_path": [ | |
"C:/.dev/.st3_projects", | |
"E:/.dev/.st3_projects" | |
] | |
} |
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
[ | |
] |
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
{ | |
"terminal": "C:\\bin\\cmder\\Cmder.exe", | |
"parameters": ["/START", "%CWD%"] | |
} |
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
{ | |
"name": "Terminus", | |
"globals": {}, | |
"variables": {} | |
} |
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
{ | |
"theme": "default" | |
} |
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
{ | |
"trailing_spaces_highlight_color": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment