mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +01:00
code: Update settings.json
This commit is contained in:
parent
2fff973177
commit
5fa6520e26
@ -2,7 +2,7 @@
|
||||
// Copyright (C) 2018 Donovan Glover
|
||||
{
|
||||
// Look and feel
|
||||
"workbench.colorTheme": "vs-wal",
|
||||
"workbench.colorTheme": "Community Material Theme Ocean",
|
||||
|
||||
// Always start with the previous workspace
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
@ -19,6 +19,15 @@
|
||||
"telemetry.enableCrashReporter": false,
|
||||
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user