Created
May 1, 2025 02:50
-
-
Save Yeshwanthyk/97930383bbc5a4121e5beb308344e6cf to your computer and use it in GitHub Desktop.
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
| { | |
| "assistant": { | |
| "default_model": { | |
| "provider": "zed.dev", | |
| "model": "claude-3-5-sonnet-latest" | |
| }, | |
| "version": "2" | |
| }, | |
| "telemetry": { | |
| "metrics": false, | |
| "diagnostics": false | |
| }, | |
| "vim_mode": true, | |
| "relative_line_numbers": true, | |
| "ui_font_family": "Maple Mono NF", | |
| "buffer_font_family": "Maple Mono NF", | |
| "ui_font_size": 14, | |
| "buffer_font_size": 16, | |
| "theme": { | |
| "mode": "system", | |
| "light": "Catppuccin Latte", | |
| "dark": "One Dark" | |
| }, | |
| "tabs": { | |
| "file_icons": true, | |
| "git_status": true | |
| }, | |
| "notification_panel": { | |
| "dock": "left" | |
| }, | |
| "chat_panel": { | |
| "dock": "right" | |
| }, | |
| "outline_panel": { | |
| "dock": "right" | |
| }, | |
| "project_panel": { | |
| "dock": "right" | |
| }, | |
| "assistant_panel": { | |
| "dock": "left" | |
| }, | |
| "gutter": { | |
| "line_numbers": true, | |
| "code_actions": false, | |
| "runnables": false, | |
| "folds": true | |
| }, | |
| "terminal": { | |
| "shell": { | |
| "program": "zsh" | |
| }, | |
| "dock": "bottom", | |
| "default_width": 640, | |
| "default_height": 320, | |
| "working_directory": "current_project_directory", | |
| "blinking": "terminal_controlled", | |
| "cursor_shape": null, | |
| "alternate_scroll": "off", | |
| "option_as_meta": false, | |
| "copy_on_select": true, | |
| "button": true, | |
| "line_height": "comfortable", | |
| "toolbar": { | |
| "title": false, | |
| "breadcrumbs": false | |
| } | |
| }, | |
| "indent_guides": { | |
| "enabled": true, | |
| "coloring": "indent_aware" | |
| }, | |
| "file_scan_exclusions": [ | |
| "**/.git", | |
| "**/.svn", | |
| "**/.hg", | |
| "**/.jj", | |
| "**/CVS", | |
| "**/.DS_Store", | |
| "**/Thumbs.db", | |
| "**/.classpath", | |
| "**/.settings", | |
| "**/vendor" | |
| ], | |
| "tab_bar": { | |
| "show_tab_bar_buttons": false, | |
| "show": true, | |
| "show_nav_history_buttons": false | |
| }, | |
| "centered_layout": { | |
| "left_padding": 0.15, | |
| "right_padding": 0.15 | |
| }, | |
| "inlay_hints": { | |
| "enabled": false | |
| }, | |
| "search": { | |
| "case_sensitive": true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment