2025-10-14

This commit is contained in:
2025-10-14 18:56:06 -04:00
parent 4fc054533c
commit d171c94478
4 changed files with 39 additions and 12 deletions
+27 -11
View File
@@ -1,6 +1,6 @@
{
"git_panel": {
"dock": "left"
"button": false
},
"icon_theme": "Soft Charmed Icons",
"show_edit_predictions": false,
@@ -9,9 +9,13 @@
"outline_panel": {
"dock": "right"
},
"bottom_dock_layout": "full",
"title_bar": {
"show_user_picture": false,
"show_sign_in": false,
"show_branch_icon": true
},
"telemetry": {
"diagnostics": true,
"diagnostics": false,
"metrics": false
},
"agent": {
@@ -20,19 +24,19 @@
},
"edit_predictions": {
"disabled_globs": [".md"],
"mode": "subtle"
"mode": "eager"
},
"active_pane_modifiers": {
"inactive_opacity": 0.7
},
"features": {
"edit_prediction_provider": "zed"
"edit_prediction_provider": "none"
},
"collaboration_panel": {
"button": false
},
"toolbar": {
"breadcrumbs": false,
// "breadcrumbs": false,
"quick_actions": false,
"selections_menu": false
},
@@ -45,8 +49,8 @@
},
"theme": {
"mode": "system",
"light": "Catppuccin Latte (Blur)",
"dark": "Catppuccin Macchiato (Blur) [Heavy]"
"light": "One Light",
"dark": "Catppuccin Mocha"
},
"scrollbar": {
"show": "system",
@@ -55,6 +59,10 @@
"vertical": true
}
},
"status_bar": {
"active_language_button": false,
"cursor_position_button": false
},
"cursor_shape": "underline",
"vertical_scroll_margin": 18,
"ui_font_family": "Input Mono",
@@ -95,7 +103,10 @@
},
"git": {
"git_gutter": "tracked_files",
"hunk_style": "unstaged_hollow"
"hunk_style": "unstaged_hollow",
"inline_blame": {
"show_commit_summary": true
}
},
"indent_guides": {
"enabled": true,
@@ -124,11 +135,16 @@
},
"project_panel": {
"dock": "left",
"indent_size": 10,
"indent_size": 16,
"auto_fold_dirs": false,
"show_diagnostics": "off",
"git_status": true,
"entry_spacing": "standard"
"entry_spacing": "standard",
"sticky_scroll": false,
"hide_root": true,
"indent_guides": {
"show": "never"
}
},
"file_types": {
"HTML": ["hbs", "njk", "webc", "leaf"]