Skip to content

Instantly share code, notes, and snippets.

@curtischong
Created August 14, 2019 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curtischong/66198ce71752e6a8107372d58cc91b6a to your computer and use it in GitHub Desktop.
Save curtischong/66198ce71752e6a8107372d58cc91b6a to your computer and use it in GitHub Desktop.
vscode settings.json
{
"editor.minimap.enabled": false,
"window.zoomLevel": -1,
"python.pythonPath": "/Users/curtischong/.pyenv/shims/python",
"python.linting.flake8Path": "/Users/curtischong/.pyenv/shims/flake8",
"python.linting.flake8Args": [
"--ignore=W292,E501,E265,F404,E302,E305"
],
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"breadcrumbs.enabled": true,
"window.title": "${activeEditorLong}${separator}${rootName}",
// vim
"vim.useSystemClipboard": true,
"vim.highlightedyank.enable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment