code: Update settings.json

This commit is contained in:
Donovan Glover 2023-04-23 23:03:28 -04:00
parent 2fff973177
commit 5fa6520e26
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,7 +2,7 @@
// Copyright (C) 2018 Donovan Glover // Copyright (C) 2018 Donovan Glover
{ {
// Look and feel // Look and feel
"workbench.colorTheme": "vs-wal", "workbench.colorTheme": "Community Material Theme Ocean",
// Always start with the previous workspace // Always start with the previous workspace
"workbench.startupEditor": "newUntitledFile", "workbench.startupEditor": "newUntitledFile",
@ -19,6 +19,15 @@
"telemetry.enableCrashReporter": false, "telemetry.enableCrashReporter": false,
// Prefer yarn over npm // Prefer yarn over npm
"eslint.packageManager": "yarn" "eslint.packageManager": "yarn",
// neovim inside vscode
"vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim",
// Icon theme
"workbench.iconTheme": "eq-material-theme-icons",
// Font family
"editor.fontFamily": "'Hack Nerd Font', 'Droid Sans Mono', 'monospace', monospace"
} }
// vim:syn=javascript // vim:syn=javascript