🔧 Where my dotfiles lives in harmony and peace, most of the time

🔧 Update Zed Python language server config

+15 -10
+15 -10
zed/settings.json
··· 3 3 "default_model": { 4 4 "provider": "copilot_chat", 5 5 "model": "claude-opus-4.6", 6 - "enable_thinking": false 6 + "enable_thinking": true 7 7 }, 8 8 "favorite_models": [], 9 9 "model_parameters": [] 10 + }, 11 + "languages": { 12 + "Python": { 13 + "language_servers": ["ty", "!basedpyright", "..."] 14 + } 10 15 }, 11 16 "show_edit_predictions": false, 12 17 "gutter": { 13 18 "min_line_number_digits": 2, 14 19 "folds": false, 15 20 "breakpoints": false, 16 - "runnables": false, 21 + "runnables": false 17 22 }, 18 23 "collaboration_panel": { 19 - "button": false, 24 + "button": false 20 25 }, 21 26 "autosave": "on_focus_change", 22 27 "session": { 23 - "trust_all_worktrees": true, 28 + "trust_all_worktrees": true 24 29 }, 25 30 "ui_font_size": 16, 26 31 "buffer_font_size": 15, ··· 29 34 "Catppuccin Frappé (blue)": { 30 35 "syntax": { 31 36 "title": { 32 - "color": "#d2b67c", 33 - }, 34 - }, 35 - }, 37 + "color": "#d2b67c" 38 + } 39 + } 40 + } 36 41 }, 37 42 "icon_theme": "Catppuccin Frappé", 38 43 "auto_install_extensions": { ··· 47 52 "make": true, 48 53 "markdown-oxide": true, 49 54 "sql": true, 50 - "toml": true, 51 - }, 55 + "toml": true 56 + } 52 57 }