mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
code: Update settings.json
This commit is contained in:
parent
2fff973177
commit
5fa6520e26
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user