143 lines
2.8 KiB
JSON
143 lines
2.8 KiB
JSON
{
|
|
"git_panel": {
|
|
"dock": "left"
|
|
},
|
|
"icon_theme": "Phosphor Icons Theme",
|
|
"show_user_picture": false,
|
|
"show_edit_predictions": true,
|
|
"base_keymap": "VSCode",
|
|
"outline_panel": {
|
|
"dock": "right"
|
|
},
|
|
"telemetry": {
|
|
"diagnostics": true,
|
|
"metrics": false
|
|
},
|
|
"assistant": {
|
|
"version": "2",
|
|
"enabled": false,
|
|
"dock": "bottom"
|
|
},
|
|
"edit_predictions": {
|
|
"disabled_globs": [".md"],
|
|
"mode": "subtle"
|
|
},
|
|
"active_pane_modifiers": {
|
|
"inactive_opacity": 0.7
|
|
},
|
|
"redact_private_values": true,
|
|
"features": {
|
|
"edit_prediction_provider": "zed"
|
|
},
|
|
"collaboration_panel": {
|
|
"button": false
|
|
},
|
|
"chat_panel": {
|
|
"button": "never"
|
|
},
|
|
"toolbar": {
|
|
"breadcrumbs": false,
|
|
"quick_actions": false,
|
|
"selections_menu": false
|
|
},
|
|
"file_finder": {
|
|
"file_icons": false
|
|
},
|
|
"seed_search_query_from_cursor": "selection",
|
|
"gutter": {
|
|
"runnables": false,
|
|
"code_actions": false
|
|
},
|
|
"theme": {
|
|
"mode": "system",
|
|
"light": "Adwaita Pastel Light",
|
|
"dark": "Ayu Dark"
|
|
},
|
|
"scrollbar": {
|
|
"show": "never"
|
|
},
|
|
"cursor_shape": "underline",
|
|
"scroll_beyond_last_line": "vertical_scroll_margin",
|
|
"vertical_scroll_margin": 18,
|
|
"ui_font_family": ".SystemUIFont",
|
|
"ui_font_size": 16,
|
|
"buffer_font_family": "Monaspace Argon Var",
|
|
"buffer_font_features": {
|
|
"calt": true,
|
|
"ss01": true,
|
|
"ss02": true,
|
|
"ss03": true,
|
|
"ss04": false,
|
|
"ss05": false,
|
|
"ss06": true,
|
|
"ss07": true,
|
|
"ss08": true,
|
|
"ss09": true,
|
|
"liga": true
|
|
},
|
|
"buffer_font_size": 14,
|
|
"terminal": {
|
|
"dock": "bottom",
|
|
"font_family": "Monaspace Argon Var",
|
|
"font_fallbacks": ["FiraCode Nerd Font Mono"],
|
|
"toolbar": { "breadcrumbs": false }
|
|
},
|
|
"soft_wrap": "editor_width",
|
|
"tabs": {
|
|
"close_position": "left",
|
|
"git_status": true,
|
|
"file_icons": true,
|
|
"show_diagnostics": "all"
|
|
},
|
|
"notification_panel": {
|
|
"button": false
|
|
},
|
|
"tab_bar": {
|
|
"show_nav_history_buttons": false
|
|
},
|
|
"git": {
|
|
"git_gutter": "tracked_files",
|
|
"hunk_style": "unstaged_hollow"
|
|
},
|
|
"indent_guides": {
|
|
"enabled": true,
|
|
"coloring": "indent_aware"
|
|
},
|
|
"languages": {
|
|
"JSONC": {
|
|
"show_edit_predictions": false
|
|
},
|
|
"Markdown": {
|
|
"show_edit_predictions": false
|
|
},
|
|
"Go": {
|
|
"tab_size": 2
|
|
},
|
|
"Astro": {
|
|
"tab_size": 2
|
|
}
|
|
},
|
|
"project_panel": {
|
|
"dock": "left",
|
|
"indent_size": 10,
|
|
"auto_fold_dirs": false,
|
|
"show_diagnostics": "off",
|
|
"git_status": true,
|
|
"entry_spacing": "standard"
|
|
},
|
|
"autosave": "on_focus_change",
|
|
"file_types": {
|
|
"HTML": ["hbs", "njk", "webc", "leaf"]
|
|
},
|
|
"experimental.theme_overrides": {
|
|
"syntax": {
|
|
"comment": {
|
|
"font_style": "italic"
|
|
},
|
|
"keyword": {
|
|
"font_style": "italic"
|
|
}
|
|
}
|
|
}
|
|
}
|