mirror of
https://github.com/turtlebasket/env.git
synced 2026-03-05 12:04:27 -08:00
update iterm, add cursor
This commit is contained in:
170
config/cursor/settings.json
Normal file
170
config/cursor/settings.json
Normal file
@@ -0,0 +1,170 @@
|
||||
{
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"editor.fontFamily": "'CaskaydiaCove Nerd Font', 'PragmataPro Liga', Menlo, Monaco, 'Courier New', monospace",
|
||||
"editor.inlineSuggest.enabled": true,
|
||||
"latex-workshop.view.pdf.viewer": "tab",
|
||||
"svelte.enable-ts-plugin": true,
|
||||
"git.enableSmartCommit": true,
|
||||
"git.confirmSync": false,
|
||||
"terminal.integrated.commandsToSkipShell": [
|
||||
"language-julia.interrupt"
|
||||
],
|
||||
"editor.guides.bracketPairs": true,
|
||||
"editor.bracketPairColorization.enabled": true,
|
||||
"[scss]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[svelte]": {
|
||||
"editor.defaultFormatter": "svelte.svelte-vscode",
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
|
||||
},
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features"
|
||||
},
|
||||
"workbench.settings.openDefaultKeybindings": true,
|
||||
"[yaml]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"editor.fontLigatures": true,
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features"
|
||||
},
|
||||
"[rust]": {
|
||||
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
||||
},
|
||||
"julia.enableTelemetry": true,
|
||||
"vscode-neovim.neovimExecutablePaths.darwin": "/opt/homebrew/bin/nvim",
|
||||
"workbench.editorAssociations": {
|
||||
"*.wasm": "default",
|
||||
"*.stl": "default",
|
||||
"*.png": "imagePreview.previewEditor"
|
||||
},
|
||||
"workbench.productIconTheme": "material-product-icons",
|
||||
"rust-analyzer.inlayHints.typeHints.enable": false,
|
||||
"rust-analyzer.inlayHints.renderColons": false,
|
||||
"rust-analyzer.inlayHints.chainingHints.enable": false,
|
||||
"rust-analyzer.inlayHints.closingBraceHints.enable": false,
|
||||
"rust-analyzer.inlayHints.parameterHints.enable": false,
|
||||
"update.mode": "manual",
|
||||
"search.exclude": {
|
||||
"**/node_modules": true,
|
||||
"**/bower_components": true,
|
||||
"**/env": true,
|
||||
"**/venv": true
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"**/.git/objects/**": true,
|
||||
"**/.git/subtree-cache/**": true,
|
||||
"**/node_modules/**": true,
|
||||
"**/env/**": true,
|
||||
"**/venv/**": true,
|
||||
"env-*": true,
|
||||
"**/.bloop": true,
|
||||
"**/.metals": true,
|
||||
"**/.ammonite": true
|
||||
},
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
},
|
||||
"arduino.path": "/opt/homebrew/bin/",
|
||||
"arduino.commandPath": "arduino-cli",
|
||||
"workbench.colorCustomizations": {
|
||||
"[Default Dark+]": {
|
||||
"titleBar.activeBackground": "#202020",
|
||||
"titleBar.border": "#242424",
|
||||
"editor.background": "#141414",
|
||||
"sideBar.background": "#191919",
|
||||
"activityBar.background": "#242424",
|
||||
"tab.inactiveBackground": "#202020",
|
||||
"tab.hoverBackground": "#323232",
|
||||
"statusBar.background": "#191919",
|
||||
"statusBar.noFolderBackground": "#622"
|
||||
}
|
||||
},
|
||||
"go.toolsManagement.autoUpdate": true,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"svelte.plugin.svelte.note-new-transformation": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"window.confirmBeforeClose": "keyboardOnly",
|
||||
"cmake.configureOnOpen": true,
|
||||
"files.associations": {
|
||||
"*.i": "swiglang",
|
||||
"*.hpp": "cpp",
|
||||
"*.qasm": "qasm",
|
||||
"*.css": "tailwindcss"
|
||||
},
|
||||
"C_Cpp.clang_format_fallbackStyle": "LLVM",
|
||||
"[c]": {
|
||||
"editor.wordBasedSuggestions": "off",
|
||||
"editor.suggest.insertMode": "replace",
|
||||
"editor.semanticHighlighting.enabled": true,
|
||||
"editor.quickSuggestions": {
|
||||
"comments": "on",
|
||||
"strings": "on",
|
||||
"other": "on"
|
||||
}
|
||||
},
|
||||
"clangd.path": "/Users/michael/Library/Application Support/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/16.0.2/clangd_16.0.2/bin/clangd",
|
||||
"julia.symbolCacheDownload": true,
|
||||
"calva.paredit.defaultKeyMap": "strict",
|
||||
"jupyter.askForKernelRestart": false,
|
||||
"[typescriptreact]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"hardhat.telemetry": false,
|
||||
"terminal.integrated.fontFamily": "'MesloLGS NF'",
|
||||
"terminal.integrated.fontSize": 12.7,
|
||||
"arduino.useArduinoCli": true,
|
||||
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||
"clangd.arguments": [
|
||||
"-I/opt/homebrew/include",
|
||||
"-I/usr/local/include/ompl-1.6/"
|
||||
],
|
||||
"C_Cpp.default.cppStandard": "c++17",
|
||||
"editor.minimap.enabled": false,
|
||||
"C_Cpp.intelliSenseEngine": "disabled",
|
||||
"[html]": {
|
||||
"editor.defaultFormatter": "vscode.html-language-features"
|
||||
},
|
||||
"openscad.launchPath": "/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD",
|
||||
"mypy.runUsingActiveInterpreter": true,
|
||||
"solidity.telemetry": false,
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||
},
|
||||
"ccls.launch.command": "/home/cc/cs61c/fa23/class/cs61c-agb/.bin/ccls",
|
||||
"editor.wordWrap": "off",
|
||||
"zenMode.fullScreen": false,
|
||||
"tabnine.experimentalAutoImports": true,
|
||||
"vim.enableNeovim": true,
|
||||
"github.copilot.editor.enableCodeActions": false,
|
||||
"terminal.external.osxExec": "iTerm.app",
|
||||
"workbench.editor.empty.hint": "hidden",
|
||||
"window.commandCenter": false,
|
||||
"chat.editor.fontWeight": "500",
|
||||
"editor.largeFileOptimizations": false,
|
||||
"git.openRepositoryInParentFolders": "never",
|
||||
"calva.keybindingsEnabled": false,
|
||||
"hediet.vscode-drawio.resizeImages": null,
|
||||
"hediet.vscode-drawio.theme": "atlas",
|
||||
"redhat.telemetry.enabled": false,
|
||||
"editor.indentSize": "tabSize",
|
||||
"[qml]": {
|
||||
"editor.defaultFormatter": "seanwu.vscode-qt-for-python"
|
||||
},
|
||||
"github.copilot.editor.enableAutoCompletions": true,
|
||||
"python.defaultInterpreterPath": "/opt/homebrew/bin/python3.11",
|
||||
"workbench.colorTheme": "Default Dark+",
|
||||
"cursor.chat.showSuggestedFiles": true,
|
||||
"git.autofetch": true,
|
||||
"[css]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"workbench.editor.editorActionsLocation": "hidden"
|
||||
}
|
||||
Reference in New Issue
Block a user