Created
November 27, 2017 17:05
-
-
Save vuldin/9970754922ea185db9ab86d17eef97b0 to your computer and use it in GitHub Desktop.
vscode config
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
{ | |
"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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
plugins: