This commit is contained in:
Jeff Lance 2021-05-14 21:39:44 +02:00
parent dee3f6f876
commit 39fb2fc90c

View File

@ -60,13 +60,11 @@
], ],
"vscodeWorkspaceSwitcher.showTreeView": false, "vscodeWorkspaceSwitcher.showTreeView": false,
"editor.fontSize": 18, "editor.fontSize": 18,
"workbench.colorTheme": "Dark+ Material",
"terminal.integrated.inheritEnv": false, "terminal.integrated.inheritEnv": false,
"vscode-md.options.mode": "wysiwyg", "vscode-md.options.mode": "wysiwyg",
"vscode-md.options.preview.math.engine": "MathJax", "vscode-md.options.preview.math.engine": "MathJax",
"vscode-md.theme.code": "vim", "vscode-md.theme.code": "vim",
"kite.showWelcomeNotificationOnStartup": false, "kite.showWelcomeNotificationOnStartup": false,
"python.languageServer": "Pylance",
"vim.vimrc.path": "$HOME/.config/nvim/init.vim", "vim.vimrc.path": "$HOME/.config/nvim/init.vim",
"workbench.editor.enablePreview": false, "workbench.editor.enablePreview": false,
"tabnine.experimentalAutoImports": true, "tabnine.experimentalAutoImports": true,
@ -98,4 +96,7 @@
"vscode-neovim.useCtrlKeysForInsertMode": false, "vscode-neovim.useCtrlKeysForInsertMode": false,
"vscode-neovim.useCtrlKeysForNormalMode": false, "vscode-neovim.useCtrlKeysForNormalMode": false,
"workbench.settings.openDefaultKeybindings": true, "workbench.settings.openDefaultKeybindings": true,
"python.dataScience.askForKernelRestart": false,
"python.condaPath": "/home/jeff/miniconda3/condabin/conda",
"python.dataScience.alwaysTrustNotebooks": true,
} }