Skip to content

Instantly share code, notes, and snippets.

@buddhike
Last active August 19, 2018 23:43
Show Gist options
  • Save buddhike/a011846d3f35a948c806c985e7678af3 to your computer and use it in GitHub Desktop.
Save buddhike/a011846d3f35a948c806c985e7678af3 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 12,
"javascript.validate.enable": false,
"window.reopenFolders": "none",
"editor.renderWhitespace": "none",
"editor.renderIndentGuides": true,
"editor.tabSize": 2,
"editor.rulers": [
80,
120
],
"editor.minimap.enabled": false,
"search.exclude": {
"**/.tmp": true,
"**/out": true,
"**/dist": true,
"**/node_modules": true,
"**/bower_components": true
},
"editor.cursorBlinking": "blink",
"go.lintOnSave": true,
"go.gopath": "/Users/Buddhike/projects/go",
"files.autoSave": "off",
"workbench.sideBar.location": "left",
"workbench.colorTheme": "Quiet Light",
"workbench.iconTheme": "eq-material-theme-icons-light",
"workbench.editor.enablePreview": false,
"window.zoomLevel": 1,
"vsicons.dontShowNewVersionMessage": true,
"vim.disableAnnoyingNeovimMessage": true,
"vim.easymotion": true,
"vim.disableAnnoyingGcMessage": true,
"vim.insertModeKeyBindings": [
{
"before": [
"j",
"j"
],
"after": [
"<Esc>"
]
}
],
"extensions.ignoreRecommendations": false,
"terminal.integrated.fontFamily": "Inconsolata for Powerline",
"terminal.integrated.fontSize": 14,
"materialTheme.fixIconsRunning": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment