Skip to content

Instantly share code, notes, and snippets.

@vuldin
Created November 27, 2017 17:05
Show Gist options
  • Save vuldin/9970754922ea185db9ab86d17eef97b0 to your computer and use it in GitHub Desktop.
Save vuldin/9970754922ea185db9ab86d17eef97b0 to your computer and use it in GitHub Desktop.
vscode config
{
"workbench.colorCustomizations": {
"statusBar.background": "#005f87",
"statusBar.noFolderBackground": "#005f87",
"statusBar.debuggingBackground": "#005f87"
},
"window.zoomLevel": 0,
"editor.fontSize": 14,
"editor.tabSize": 2,
"editor.lineNumbers": "relative",
"editor.fontLigatures": true,
"editor.fontFamily": "FiraCode-Retina",
"vim.disableAnnoyingNeovimMessage": true,
"editor.formatOnSave": true,
"vim.statusBarColorControl": true,
"vim.statusBarColors": {
"normal": "#005f5f",
"insert": "#5f0000",
"visual": "#5f00af",
"visualline": "#005f87",
"visualblock": "#86592d",
"replace": "#000000"
},
"vim.hlsearch": true,
"prettier.singleQuote": true,
"prettier.trailingComma": "es5",
"prettier.semi": false,
"html.format.enable": false,
"vim.enableNeovim": true
}
@vuldin
Copy link
Author

vuldin commented Nov 27, 2017

plugins:

  • auto-open markdown
  • prettier
  • vim
  • vscode-styled-components
  • vscode-styled-jsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment