Skip to content

Instantly share code, notes, and snippets.

@nestalk
Last active June 20, 2018 08:44
Show Gist options
  • Save nestalk/ac7a4406d6467bc2fd51b40cbc24f146 to your computer and use it in GitHub Desktop.
Save nestalk/ac7a4406d6467bc2fd51b40cbc24f146 to your computer and use it in GitHub Desktop.
vscode settings
// Place your settings in this file to overwrite the default settings
{
// font setup
"editor.fontFamily": "Fira Code",
"editor.fontSize": 0,
"editor.fontLigatures": true,
// autocomplete only on tab
"editor.acceptSuggestionOnEnter": "off",
// Show icons
"workbench.editor.showIcons": true,
// Vim settings
"vim.useCtrlKeys": true,
"editor.lineNumbers": "relative",
"editor.cursorStyle": "line",
"files.autoSave": "off",
"vsicons.projectDetection.autoReload": true,
"window.zoomLevel": 0,
"workbench.iconTheme": "vscode-icons",
"vsicons.dontShowNewVersionMessage": true,
"editor.minimap.enabled": false,
"powershell.powerShellExePath": "C:\\WINDOWS\\SysWow64\\WindowsPowerShell\\v1.0\\powershell.exe",
"vim.disableExtension": false,
"files.defaultLanguage": "markdown",
"cSpell.language": "en_GB",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment