Last active
July 2, 2025 10:25
-
-
Save langf00rd/37047446eda2c5c6f76d4749116279d3 to your computer and use it in GitHub Desktop.
my zed config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "show_edit_predictions": false, | |
| "chat_panel": { | |
| "dock": "left" | |
| }, | |
| "buffer_font_family": "JetBrains Mono NL ExtraLight", | |
| "outline_panel": { | |
| "dock": "left" | |
| }, | |
| "features": { | |
| // "edit_prediction_provider": "zed" | |
| }, | |
| "agent": { | |
| "default_profile": "ask", | |
| "default_model": { | |
| "provider": "zed.dev", | |
| "model": "claude-3-7-sonnet-latest" | |
| }, | |
| "version": "2" | |
| }, | |
| "enable_preview_from_file_finder": "true", | |
| "languages": { | |
| "TypeScript": { | |
| "code_actions_on_format": { | |
| "source.organizeImports": true, | |
| "source.fixAll.eslint": true | |
| } | |
| }, | |
| "TSX": { | |
| "code_actions_on_format": { | |
| "source.organizeImports": true, | |
| "source.fixAll.eslint": true | |
| } | |
| }, | |
| "JavaScript": { | |
| "show_edit_predictions": false, | |
| "code_actions_on_format": { | |
| "source.fixAll.eslint": true | |
| } | |
| } | |
| }, | |
| "buffer_line_height": { "custom": 2.3 }, | |
| "current_line_highlight": "gutter", | |
| "cursor_shape": "bar", | |
| "theme": "Xcode Spartan", | |
| "icon_theme": "Colored Zed Icons Theme Dark", | |
| "cursor_blink": false, | |
| "base_keymap": "VSCode", | |
| "ui_font_family": "JetBrains Mono NL ExtraLight", | |
| // "soft_wrap": "editor_width", | |
| "format_on_save": "on", | |
| "toolbar": { | |
| "breadcrumbs": true, | |
| "quick_actions": false | |
| }, | |
| "scrollbar": { | |
| "show": "system", | |
| "cursors": true, | |
| "git_diff": true, | |
| "search_results": true, | |
| "selected_symbol": true, | |
| "diagnostics": "all", | |
| "axes": { | |
| "horizontal": false | |
| } | |
| }, | |
| "tab_bar": { | |
| "show": false, | |
| "show_nav_history_buttons": false | |
| }, | |
| "tabs": { | |
| "close_position": "right", | |
| "file_icons": true, | |
| "git_status": true | |
| }, | |
| "formatter": "prettier", | |
| "telemetry": { | |
| "diagnostics": false, | |
| "metrics": false | |
| }, | |
| "ui_font_size": 15, | |
| "buffer_font_size": 14.0, | |
| "terminal": { | |
| "font_size": 12 | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fonts:
Maple Mono ExtraLight
JetBrains Mono NL ExtraLight