Skip to content

Instantly share code, notes, and snippets.

@heyMP
Created June 29, 2018 16:42
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 heyMP/edbbb8141962a9c203b124ccca6ad1bf to your computer and use it in GitHub Desktop.
Save heyMP/edbbb8141962a9c203b124ccca6ad1bf to your computer and use it in GitHub Desktop.
vscode settings.
{
"editor.tabSize": 2,
"editor.fontSize": 15,
"window.zoomLevel": 0,
"editor.codeLens": true,
"editor.cursorStyle": "underline",
"editor.lineNumbers": "relative",
"workbench.welcome.enabled": false,
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "vscode-icons",
"workbench.editor.enablePreview": false,
"vim.enableNeovim": true,
"vim.disableAnnoyingNeovimMessage": true,
"editor.renderControlCharacters": true,
"vim.showcmd": false,
"vim.easymotion": true,
"editor.multiCursorModifier": "alt",
"vim.leader": "\\",
"editor.fontFamily": "'DROID SANS MONO', Monaco, 'Courier New', monospace",
"editor.fontWeight": "normal",
"vsicons.projectDetection.disableDetect": true,
"vim.otherModesKeyBindingsNonRecursive": [
{
"before": [" "],
"after": ["leader", "leader", "leader", "b", "d", "w"]
}
],
"vim.easymotionMarkerFontSize": "13",
"vim.easymotionMarkerBackgroundColor": "#BD96F6",
"vim.easymotionMarkerYOffset": 0,
"vim.easymotionMarkerHeight": 16,
"vim.easymotionMarkerFontFamily": "Monaco, 'Courier New', monospace",
"gitlens.keymap": "alternate",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"editor.minimap.enabled": false,
"vim.disableExtension": false,
"gitlens.historyExplorer.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment