Skip to content

Instantly share code, notes, and snippets.

@alexbrillant
Created June 2, 2017 00:23
Show Gist options
  • Save alexbrillant/4eb2ff12cced2edc21ba7fb897cb0844 to your computer and use it in GitHub Desktop.
Save alexbrillant/4eb2ff12cced2edc21ba7fb897cb0844 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"stylelint.enable": true,
"window.zoomLevel": 0,
"workbench.colorTheme": "Nord",
"editor.fontSize": 14,
"editor.formatOnSave": true,
"editor.lineNumbers": "relative",
"vim.easymotion": true,
"vim.leader": "<space>",
"vim.useCtrlKeys": true,
"vim.enableNeovim": true,
"vim.neovimPath": "nvim",
"vim.easymotionMarkerBackgroundColor": "#4C566A",
"vim.easymotionMarkerForegroundColorOneChar": "#BF616A",
"vim.easymotionMarkerWidthPerChar": 10,
"vim.easymotionMarkerHeight": 15,
"vim.easymotionMarkerFontFamily": "Menlo, Monaco, 'Courier New', monospace",
"vim.easymotionMarkerFontSize": "15",
"vim.statusBarColorControl": true,
"vim.easymotionMarkerFontWeight": "700",
"vim.statusBarColors": {
"normal": "#3B4252",
"insert": "#434C5E",
"visual": "#4C566A",
"visualline": "#4C566A",
"visualblock": "#4C566A",
"replace": "#000000"
},
"vim.surround": true,
"vim.autoindent": true,
"workbench.colorCustomizations": {
"statusBar.background": "#4C566A",
"statusBar.noFolderBackground": "#4C566A",
"statusBar.debuggingBackground": "#4C566A"
},
"vim.disableAnnoyingNeovimMessage": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment