chore: Updated Zed config
8c2675b9
1 file(s) · +180 −177
| 1 | 1 | { |
|
| 2 | - | "edit_predictions": { |
|
| 3 | - | "mode": "subtle", |
|
| 4 | - | "copilot": { |
|
| 5 | - | "proxy": null, |
|
| 6 | - | "proxy_no_verify": null |
|
| 7 | - | }, |
|
| 8 | - | "enabled_in_text_threads": false |
|
| 9 | - | }, |
|
| 10 | - | "icon_theme": "Zed (Default)", |
|
| 11 | - | "language_models": { |
|
| 12 | - | "anthropic": { |
|
| 13 | - | "version": "1" |
|
| 14 | - | }, |
|
| 15 | - | "ollama": { |
|
| 16 | - | "api_url": "http://localhost:11434", |
|
| 17 | - | "available_models": [ |
|
| 18 | - | { |
|
| 19 | - | "name": "qwen2.5-coder", |
|
| 20 | - | "display_name": "qwen 2.5 coder 32K", |
|
| 21 | - | "max_tokens": 32768, |
|
| 22 | - | "supports_tools": true |
|
| 23 | - | }, |
|
| 24 | - | { |
|
| 25 | - | "name": "qwen3.8:b", |
|
| 26 | - | "max_tokens": 40960, |
|
| 27 | - | "supports_tools": true |
|
| 28 | - | }, |
|
| 29 | - | { |
|
| 30 | - | "name": "gemma3:12b", |
|
| 31 | - | "display_name": "gemma 3.2 12b", |
|
| 32 | - | "max_tokens": 131072, |
|
| 33 | - | "supports_tools": true |
|
| 34 | - | }, |
|
| 35 | - | { |
|
| 36 | - | "name": "gemma3:4b", |
|
| 37 | - | "display_name": "gemma 3.2 4b", |
|
| 38 | - | "max_tokens": 131072, |
|
| 39 | - | "supports_tools": true |
|
| 40 | - | }, |
|
| 41 | - | { |
|
| 42 | - | "name": "codellama:7b", |
|
| 43 | - | "display_name": "codellama 7b", |
|
| 44 | - | "max_tokens": 16384, |
|
| 45 | - | "supports_tools": true |
|
| 46 | - | }, |
|
| 47 | - | { |
|
| 48 | - | "name": "codellama:13b", |
|
| 49 | - | "display_name": "codellama 13b", |
|
| 50 | - | "max_tokens": 16384, |
|
| 51 | - | "supports_tools": true |
|
| 52 | - | }, |
|
| 53 | - | { |
|
| 54 | - | "name": "qwen3:8b", |
|
| 55 | - | "display_name": "qwen 3 8b", |
|
| 56 | - | "max_tokens": 40960, |
|
| 57 | - | "supports_tools": true |
|
| 58 | - | }, |
|
| 59 | - | { |
|
| 60 | - | "name": "qwen2.5:7b", |
|
| 61 | - | "display_name": "qwen 2.5 7b", |
|
| 62 | - | "max_tokens": 32768, |
|
| 63 | - | "supports_tools": true |
|
| 64 | - | }, |
|
| 65 | - | { |
|
| 66 | - | "name": "qwen2.5:latest", |
|
| 67 | - | "display_name": "qwen 2.5 latest", |
|
| 68 | - | "max_tokens": 32768, |
|
| 69 | - | "supports_tools": true |
|
| 70 | - | }, |
|
| 71 | - | { |
|
| 72 | - | "name": "mistral:latest", |
|
| 73 | - | "display_name": "mistral latest", |
|
| 74 | - | "max_tokens": 32768, |
|
| 75 | - | "supports_tools": true |
|
| 76 | - | }, |
|
| 77 | - | { |
|
| 78 | - | "name": "llama3.2:latest", |
|
| 79 | - | "display_name": "llama3.2 latest", |
|
| 80 | - | "max_tokens": 131072, |
|
| 81 | - | "supports_tools": true |
|
| 82 | - | } |
|
| 83 | - | ] |
|
| 84 | - | } |
|
| 85 | - | }, |
|
| 86 | - | "show_copilot_suggestions": false, |
|
| 87 | - | "theme": "Base16 Black Metal (Bathory) Dark", |
|
| 88 | - | "buffer_font_size": 13.0, |
|
| 89 | - | "buffer_font_family": "CommitMono Nerd Font", |
|
| 90 | - | "vim_mode": true, |
|
| 91 | - | "cursor_blink": false, |
|
| 92 | - | "relative_line_numbers": true, |
|
| 93 | - | "scrollbar": { |
|
| 94 | - | "show": "never" |
|
| 95 | - | }, |
|
| 96 | - | "vertical_scroll_margin": 0, |
|
| 97 | - | "vim": { |
|
| 98 | - | "use_system_clipboard": "always", |
|
| 99 | - | "use_multiline_find": true |
|
| 100 | - | }, |
|
| 101 | - | "tab_bar": { |
|
| 102 | - | "show": false |
|
| 103 | - | }, |
|
| 104 | - | "toolbar": { |
|
| 105 | - | "breadcrumbs": true, |
|
| 106 | - | "quick_actions": false |
|
| 107 | - | }, |
|
| 108 | - | "show_edit_predictions": false, |
|
| 109 | - | "preferred_line_length": 100, |
|
| 110 | - | "soft_wrap": "preferred_line_length", |
|
| 111 | - | "use_autoclose": false, |
|
| 112 | - | "git": { |
|
| 113 | - | "inline_blame": { |
|
| 114 | - | "enabled": false, |
|
| 115 | - | "delay_ms": 500 |
|
| 116 | - | } |
|
| 117 | - | }, |
|
| 118 | - | "terminal": { |
|
| 119 | - | "alternate_scroll": "off", |
|
| 120 | - | "blinking": "terminal_controlled", |
|
| 121 | - | "copy_on_select": true, |
|
| 122 | - | "font_family": "CommitMono Nerd Font", |
|
| 123 | - | "line_height": "standard", |
|
| 124 | - | "toolbar": { |
|
| 125 | - | "title": true |
|
| 126 | - | }, |
|
| 127 | - | "working_directory": "current_project_directory", |
|
| 128 | - | "button": false |
|
| 129 | - | }, |
|
| 130 | - | "project_panel": { |
|
| 131 | - | "hide_gitignore": false, |
|
| 132 | - | "button": false, |
|
| 133 | - | "auto_fold_dirs": false, |
|
| 134 | - | "scrollbar": { |
|
| 135 | - | "show": "never" |
|
| 136 | - | } |
|
| 137 | - | }, |
|
| 138 | - | "agent": { |
|
| 139 | - | "profiles": { |
|
| 140 | - | "steve": { |
|
| 141 | - | "name": "Steve", |
|
| 142 | - | "tools": {}, |
|
| 143 | - | "enable_all_context_servers": false, |
|
| 144 | - | "context_servers": {} |
|
| 145 | - | } |
|
| 146 | - | }, |
|
| 147 | - | "default_profile": "steve", |
|
| 148 | - | "default_model": { |
|
| 149 | - | "provider": "anthropic", |
|
| 150 | - | "model": "claude-sonnet-4-latest" |
|
| 151 | - | }, |
|
| 152 | - | "version": "2", |
|
| 153 | - | "button": false |
|
| 154 | - | }, |
|
| 155 | - | "outline_panel": { |
|
| 156 | - | "button": false |
|
| 157 | - | }, |
|
| 158 | - | "languages": { |
|
| 159 | - | "TypeScript": { |
|
| 160 | - | "prettier": { "allowed": false } |
|
| 161 | - | }, |
|
| 162 | - | "Solidity": { |
|
| 163 | - | "formatter": "language_server" |
|
| 164 | - | } |
|
| 165 | - | }, |
|
| 166 | - | "formatter": { |
|
| 167 | - | "language_server": { |
|
| 168 | - | "name": "biome" |
|
| 169 | - | } |
|
| 170 | - | }, |
|
| 171 | - | "lsp": { |
|
| 172 | - | "biome": { |
|
| 173 | - | "settings": { |
|
| 174 | - | "require_config_file": false |
|
| 175 | - | } |
|
| 176 | - | } |
|
| 177 | - | }, |
|
| 178 | - | "tab_size": 2 |
|
| 2 | + | "edit_predictions": { |
|
| 3 | + | "mode": "subtle", |
|
| 4 | + | "copilot": { |
|
| 5 | + | "proxy": null, |
|
| 6 | + | "proxy_no_verify": null |
|
| 7 | + | }, |
|
| 8 | + | "enabled_in_text_threads": false |
|
| 9 | + | }, |
|
| 10 | + | "icon_theme": "Zed (Default)", |
|
| 11 | + | "ui_font_family": "Berkeley Mono", |
|
| 12 | + | "language_models": { |
|
| 13 | + | "anthropic": { |
|
| 14 | + | "version": "1" |
|
| 15 | + | }, |
|
| 16 | + | "ollama": { |
|
| 17 | + | "api_url": "http://localhost:11434", |
|
| 18 | + | "available_models": [ |
|
| 19 | + | { |
|
| 20 | + | "name": "qwen2.5-coder", |
|
| 21 | + | "display_name": "qwen 2.5 coder 32K", |
|
| 22 | + | "max_tokens": 32768, |
|
| 23 | + | "supports_tools": true |
|
| 24 | + | }, |
|
| 25 | + | { |
|
| 26 | + | "name": "qwen3.8:b", |
|
| 27 | + | "max_tokens": 40960, |
|
| 28 | + | "supports_tools": true |
|
| 29 | + | }, |
|
| 30 | + | { |
|
| 31 | + | "name": "gemma3:12b", |
|
| 32 | + | "display_name": "gemma 3.2 12b", |
|
| 33 | + | "max_tokens": 131072, |
|
| 34 | + | "supports_tools": true |
|
| 35 | + | }, |
|
| 36 | + | { |
|
| 37 | + | "name": "gemma3:4b", |
|
| 38 | + | "display_name": "gemma 3.2 4b", |
|
| 39 | + | "max_tokens": 131072, |
|
| 40 | + | "supports_tools": true |
|
| 41 | + | }, |
|
| 42 | + | { |
|
| 43 | + | "name": "codellama:7b", |
|
| 44 | + | "display_name": "codellama 7b", |
|
| 45 | + | "max_tokens": 16384, |
|
| 46 | + | "supports_tools": true |
|
| 47 | + | }, |
|
| 48 | + | { |
|
| 49 | + | "name": "codellama:13b", |
|
| 50 | + | "display_name": "codellama 13b", |
|
| 51 | + | "max_tokens": 16384, |
|
| 52 | + | "supports_tools": true |
|
| 53 | + | }, |
|
| 54 | + | { |
|
| 55 | + | "name": "qwen3:8b", |
|
| 56 | + | "display_name": "qwen 3 8b", |
|
| 57 | + | "max_tokens": 40960, |
|
| 58 | + | "supports_tools": true |
|
| 59 | + | }, |
|
| 60 | + | { |
|
| 61 | + | "name": "qwen2.5:7b", |
|
| 62 | + | "display_name": "qwen 2.5 7b", |
|
| 63 | + | "max_tokens": 32768, |
|
| 64 | + | "supports_tools": true |
|
| 65 | + | }, |
|
| 66 | + | { |
|
| 67 | + | "name": "qwen2.5:latest", |
|
| 68 | + | "display_name": "qwen 2.5 latest", |
|
| 69 | + | "max_tokens": 32768, |
|
| 70 | + | "supports_tools": true |
|
| 71 | + | }, |
|
| 72 | + | { |
|
| 73 | + | "name": "mistral:latest", |
|
| 74 | + | "display_name": "mistral latest", |
|
| 75 | + | "max_tokens": 32768, |
|
| 76 | + | "supports_tools": true |
|
| 77 | + | }, |
|
| 78 | + | { |
|
| 79 | + | "name": "llama3.2:latest", |
|
| 80 | + | "display_name": "llama3.2 latest", |
|
| 81 | + | "max_tokens": 131072, |
|
| 82 | + | "supports_tools": true |
|
| 83 | + | } |
|
| 84 | + | ] |
|
| 85 | + | } |
|
| 86 | + | }, |
|
| 87 | + | "show_copilot_suggestions": false, |
|
| 88 | + | "theme": "Base16 Black Metal (Bathory) Dark", |
|
| 89 | + | "buffer_font_size": 13.0, |
|
| 90 | + | "buffer_font_family": "Berkeley Mono", |
|
| 91 | + | "vim_mode": true, |
|
| 92 | + | "cursor_blink": false, |
|
| 93 | + | "relative_line_numbers": true, |
|
| 94 | + | "scrollbar": { |
|
| 95 | + | "show": "never" |
|
| 96 | + | }, |
|
| 97 | + | "vertical_scroll_margin": 0, |
|
| 98 | + | "vim": { |
|
| 99 | + | "use_system_clipboard": "always", |
|
| 100 | + | "use_multiline_find": true |
|
| 101 | + | }, |
|
| 102 | + | "tab_bar": { |
|
| 103 | + | "show": false |
|
| 104 | + | }, |
|
| 105 | + | "toolbar": { |
|
| 106 | + | "breadcrumbs": true, |
|
| 107 | + | "quick_actions": false |
|
| 108 | + | }, |
|
| 109 | + | "show_edit_predictions": false, |
|
| 110 | + | "preferred_line_length": 100, |
|
| 111 | + | "soft_wrap": "preferred_line_length", |
|
| 112 | + | "use_autoclose": false, |
|
| 113 | + | "git": { |
|
| 114 | + | "inline_blame": { |
|
| 115 | + | "enabled": false, |
|
| 116 | + | "delay_ms": 500 |
|
| 117 | + | } |
|
| 118 | + | }, |
|
| 119 | + | "terminal": { |
|
| 120 | + | "alternate_scroll": "off", |
|
| 121 | + | "blinking": "terminal_controlled", |
|
| 122 | + | "copy_on_select": true, |
|
| 123 | + | "font_family": "BerkeleyMono Nerd Font", |
|
| 124 | + | "font_size": 14, |
|
| 125 | + | "line_height": "standard", |
|
| 126 | + | "toolbar": { |
|
| 127 | + | "title": true |
|
| 128 | + | }, |
|
| 129 | + | "working_directory": "current_project_directory", |
|
| 130 | + | "button": false |
|
| 131 | + | }, |
|
| 132 | + | "project_panel": { |
|
| 133 | + | "hide_gitignore": false, |
|
| 134 | + | "button": false, |
|
| 135 | + | "auto_fold_dirs": false, |
|
| 136 | + | "scrollbar": { |
|
| 137 | + | "show": "never" |
|
| 138 | + | } |
|
| 139 | + | }, |
|
| 140 | + | "agent": { |
|
| 141 | + | "profiles": { |
|
| 142 | + | "steve": { |
|
| 143 | + | "name": "Steve", |
|
| 144 | + | "tools": {}, |
|
| 145 | + | "enable_all_context_servers": false, |
|
| 146 | + | "context_servers": {} |
|
| 147 | + | } |
|
| 148 | + | }, |
|
| 149 | + | "default_profile": "steve", |
|
| 150 | + | "default_model": { |
|
| 151 | + | "provider": "anthropic", |
|
| 152 | + | "model": "claude-3-7-sonnet-latest" |
|
| 153 | + | }, |
|
| 154 | + | "version": "2", |
|
| 155 | + | "button": false, |
|
| 156 | + | "default_view": "text_thread" |
|
| 157 | + | }, |
|
| 158 | + | "outline_panel": { |
|
| 159 | + | "button": false |
|
| 160 | + | }, |
|
| 161 | + | "languages": { |
|
| 162 | + | "TypeScript": { |
|
| 163 | + | "prettier": { "allowed": false } |
|
| 164 | + | }, |
|
| 165 | + | "Solidity": { |
|
| 166 | + | "formatter": "language_server" |
|
| 167 | + | } |
|
| 168 | + | }, |
|
| 169 | + | // "formatter": { |
|
| 170 | + | // "language_server": { |
|
| 171 | + | // "name": "biome" |
|
| 172 | + | // } |
|
| 173 | + | // }, |
|
| 174 | + | "lsp": { |
|
| 175 | + | "biome": { |
|
| 176 | + | "settings": { |
|
| 177 | + | "require_config_file": false |
|
| 178 | + | } |
|
| 179 | + | } |
|
| 180 | + | }, |
|
| 181 | + | "tab_size": 2 |
|
| 179 | 182 | } |