Skip to content

Instantly share code, notes, and snippets.

@meanyb
Created May 24, 2017 03:25
Show Gist options
  • Save meanyb/5528b9f0fdf4251e4e7d9c263e6442af to your computer and use it in GitHub Desktop.
Save meanyb/5528b9f0fdf4251e4e7d9c263e6442af to your computer and use it in GitHub Desktop.
VsCode Settings
// Place your settings in this file to overwrite the default settings
{
"vim.textwidth": 120,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"files.autoSave": "onFocusChange",
"files.autoSaveDelay": 3000,
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"workbench.colorCustomizations": {
"activityBar.foreground": "#00FFFF"
},
"editor.snippetSuggestions": "top",
"vim.easymotion": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.history": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment