update
This commit is contained in:
parent
dee3f6f876
commit
39fb2fc90c
@ -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,
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user