diff options
| author | caley <u65487754@gmail.com> | 2026-06-09 19:11:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-09 19:11:01 +0200 |
| commit | 31c3f5915f7a4b45b0cd52d65c18dd6ba319ac4b (patch) | |
| tree | ab8489c715a6766b0c69de0e1cd2a23ee94dac55 /.config/zed/settings.json | |
| parent | a598b5888c6f6edb4baf8bfacc57337147ad4292 (diff) | |
Delete .config directory
Diffstat (limited to '.config/zed/settings.json')
| -rw-r--r-- | .config/zed/settings.json | 112 |
1 files changed, 0 insertions, 112 deletions
diff --git a/.config/zed/settings.json b/.config/zed/settings.json deleted file mode 100644 index eb188da..0000000 --- a/.config/zed/settings.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "toolbar": { - "quick_actions": false - }, - "telemetry": { - "diagnostics": false, - "metrics": false - }, - "session": { - "trust_all_worktrees": true - }, - "scrollbar": { - "show": "never" - }, - "when_closing_with_no_tabs": "close_window", - "completions": { - "lsp": true, - }, - "linked_edits": true, - "enable_language_server": false, - "tasks": { - "enabled": true, - }, - "disable_ai": true, - "outline_panel": { - "git_status": false, - "button": false, - }, - "git_panel": { - "button": false, - }, - "agent": { - "button": false, - "favorite_models": [], - "model_parameters": [], - }, - "collaboration_panel": { - "button": false, - }, - "notification_panel": { - "button": false, - }, - "active_pane_modifiers": { - "border_size": 0.0, - "inactive_opacity": 1.0, - }, - "bottom_dock_layout": "right_aligned", - "preview_tabs": { - "enable_preview_file_from_code_navigation": false, - "enable_preview_from_multibuffer": false, - "enable_preview_from_project_panel": false, - "enabled": false, - }, - "tab_bar": { - "show_nav_history_buttons": false, - "show_tab_bar_buttons": false, - "show": false, - }, - "title_bar": { - "show_user_picture": false, - "show_user_menu": false, - "show_sign_in": false, - "show_onboarding_banner": false, - "show_project_items": false, - "show_branch_name": false, - "show_branch_icon": false, - }, - "debugger": { - "log_dap_communications": true, - "button": false, - }, - "status_bar": { - "cursor_position_button": false, - }, - "search": { - "button": false, - }, - "diagnostics": { - "inline": { - "enabled": true, - }, - "lsp_pull_diagnostics": { - "enabled": true, - }, - "button": false, - }, - "terminal": { - "button": true, - }, - "project_panel": { - "scrollbar": { - "show": "never", - }, - "starts_open": true, - "git_status": false, - "folder_icons": true, - "file_icons": true, - "default_width": 160.0, - "dock": "right", - "button": true, - }, - "rounded_selection": false, - "cursor_blink": true, - "cursor_shape": "bar", - "ui_font_size": 16, - "buffer_font_size": 15, - "theme": { - "mode": "dark", - "light": "", - "dark": "pywal", - }, -} |
