// Place your settings in this file to overwrite the default settings { "editor.fontFamily": "'Ubuntu Mono', 'Go Mono', 'Liberation Mono', 'DejaVu Sans Mono', monospace", "editor.fontSize": 15, "editor.cursorStyle": "line", "editor.cursorBlinking": "solid", "editor.minimap.enabled": true, "editor.renderWhitespace": "boundary", "editor.renderControlCharacters": true, "editor.insertSpaces": false, "editor.lineNumbers":"relative", "editor.parameterHints": false, "editor.wordWrap": "on", "editor.wrappingIndent": "indent", "files.associations": { "*.tmpl": "html" }, "vim.disableAnnoyingNeovimMessage": true, "vim.cmdLineInitialColon": true, "vim.useSystemClipboard": true, "vim.handleKeys": { "": true }, "vim.otherModesKeyBindingsNonRecursive": [ { "before": ["", "o"], "after": ["o", "", "k"] }, { "before": ["", "O"], "after": ["O", "", "j"] } ], "window.zoomLevel": 0, "workbench.colorTheme": "Visual Studio Dark" }