163 lines
3.2 KiB
JSON
163 lines
3.2 KiB
JSON
{
|
|
"git_panel": {
|
|
"button": false
|
|
},
|
|
"icon_theme": "Soft Charmed Icons",
|
|
"show_edit_predictions": false,
|
|
"base_keymap": "VSCode",
|
|
"close_on_file_delete": true,
|
|
"outline_panel": {
|
|
"dock": "right"
|
|
},
|
|
"title_bar": {
|
|
"show_user_picture": false,
|
|
"show_sign_in": false,
|
|
"show_branch_icon": true
|
|
},
|
|
"telemetry": {
|
|
"diagnostics": false,
|
|
"metrics": false
|
|
},
|
|
"agent": {
|
|
"enabled": false,
|
|
"dock": "right"
|
|
},
|
|
"edit_predictions": {
|
|
"disabled_globs": [".md"],
|
|
"mode": "eager"
|
|
},
|
|
"active_pane_modifiers": {
|
|
"inactive_opacity": 0.7
|
|
},
|
|
"features": {
|
|
"edit_prediction_provider": "none"
|
|
},
|
|
"collaboration_panel": {
|
|
"button": false
|
|
},
|
|
"toolbar": {
|
|
// "breadcrumbs": false,
|
|
"quick_actions": false,
|
|
"selections_menu": false
|
|
},
|
|
"file_finder": {
|
|
"file_icons": true
|
|
},
|
|
"seed_search_query_from_cursor": "selection",
|
|
"gutter": {
|
|
"runnables": false
|
|
},
|
|
"theme": {
|
|
"mode": "system",
|
|
"light": "One Light",
|
|
"dark": "Catppuccin Mocha"
|
|
},
|
|
"scrollbar": {
|
|
"show": "system",
|
|
"axes": {
|
|
"horizontal": false,
|
|
"vertical": true
|
|
}
|
|
},
|
|
"status_bar": {
|
|
"active_language_button": false,
|
|
"cursor_position_button": false
|
|
},
|
|
"cursor_shape": "underline",
|
|
"vertical_scroll_margin": 18,
|
|
"ui_font_family": "Input Mono",
|
|
"ui_font_size": 15,
|
|
"buffer_font_family": "Maple Mono",
|
|
// "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": 13,
|
|
"terminal": {
|
|
"dock": "bottom",
|
|
"font_family": "Maple Mono",
|
|
"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",
|
|
"inline_blame": {
|
|
"show_commit_summary": true
|
|
}
|
|
},
|
|
"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
|
|
}
|
|
},
|
|
"lsp": {
|
|
"biome": {
|
|
"settings": {
|
|
"require_config_file": true
|
|
}
|
|
}
|
|
},
|
|
"project_panel": {
|
|
"dock": "left",
|
|
"indent_size": 16,
|
|
"auto_fold_dirs": false,
|
|
"show_diagnostics": "off",
|
|
"git_status": true,
|
|
"entry_spacing": "standard",
|
|
"sticky_scroll": false,
|
|
"hide_root": true,
|
|
"indent_guides": {
|
|
"show": "never"
|
|
}
|
|
},
|
|
"file_types": {
|
|
"HTML": ["hbs", "njk", "webc", "leaf"]
|
|
},
|
|
"experimental.theme_overrides": {
|
|
"syntax": {
|
|
"comment": {
|
|
"font_style": "italic"
|
|
},
|
|
"keyword": {
|
|
"font_style": "italic"
|
|
}
|
|
}
|
|
}
|
|
}
|