Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esparkman/2e87566c406d0f482c92e5f44d61d8b7 to your computer and use it in GitHub Desktop.
Save esparkman/2e87566c406d0f482c92e5f44d61d8b7 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Dracula",
"editor.fontSize": 18,
"editor.fontFamily": "Operator Mono",
"editor.fontLigatures": true,
// "vscode_custom_css.imports": ["file://Users/evansparkman/Development/vs_code_styles.css"],
"editor.tabSize": 2,
"editor.tabCompletion": true,
"editor.rulers": [80],
"editor.renderIndentGuides": true,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"window.zoomLevel": -2,
"terminal.integrated.fontSize": 16,
"vim.otherModesKeyBindings": [
{
"before": ["g", "c"],
"after": ["g", "b"]
},
{
"before": ["g", "C"],
"after": ["g", "B"]
}
],
"vsicons.dontShowNewVersionMessage": true,
"vim.disableAnnoyingNeovimMessage": true,
"workbench.iconTheme": "vscode-icons",
"auto-close-tag.SublimeText3Mode": true,
"jshint.options": {"esversion": 6}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment