Update VSCode settings
[khome.git] / home / .config / Code / User / settings.json
1 {
2 "FSharp.useSdkScripts": true,
3 "editor.fontFamily": "'Iosevka','Iosevka Fixed SS09 Extended', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
4 "workbench.colorTheme": "Nord",
5 "vscode-neovim.neovimExecutablePaths.linux": "/usr/local/bin/nvim",
6 "workbench.startupEditor": "newUntitledFile",
7 "todo-tree.tree.showScanModeButton": false,
8 "editor.minimap.enabled": false,
9 "editor.rulers": [
10
11 80
12 ],
13 "editor.inlineSuggest.enabled": true,
14 "github.copilot.enable": {
15 "*": false,
16 "yaml": false,
17 "plaintext": true,
18 "markdown": false
19 },
20 "editor.fontSize": 13,
21 "debug.console.fontSize": 13,
22 "markdown.preview.fontSize": 13,
23 "terminal.integrated.fontSize": 13
24 }
This page took 0.072572 seconds and 4 git commands to generate.