2025-12-05
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"git_panel": {
|
||||
"button": false
|
||||
"sticky_scroll": {
|
||||
"enabled": true
|
||||
},
|
||||
"preview_tabs": {
|
||||
"enable_preview_from_code_navigation": true,
|
||||
"enable_preview_from_file_finder": true
|
||||
},
|
||||
"disable_ai": true,
|
||||
"icon_theme": "Soft Charmed Icons",
|
||||
"show_edit_predictions": false,
|
||||
"base_keymap": "VSCode",
|
||||
@@ -19,14 +24,16 @@
|
||||
"metrics": false
|
||||
},
|
||||
"agent": {
|
||||
"button": false,
|
||||
"enabled": false,
|
||||
"dock": "right"
|
||||
},
|
||||
"edit_predictions": {
|
||||
"disabled_globs": [".md"],
|
||||
"mode": "eager"
|
||||
"mode": "subtle"
|
||||
},
|
||||
"active_pane_modifiers": {
|
||||
"border_size": 0.0,
|
||||
"inactive_opacity": 0.7
|
||||
},
|
||||
"features": {
|
||||
@@ -36,7 +43,6 @@
|
||||
"button": false
|
||||
},
|
||||
"toolbar": {
|
||||
// "breadcrumbs": false,
|
||||
"quick_actions": false,
|
||||
"selections_menu": false
|
||||
},
|
||||
@@ -49,8 +55,8 @@
|
||||
},
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Light",
|
||||
"dark": "Catppuccin Mocha"
|
||||
"light": "Fleet Light",
|
||||
"dark": "Nightfox - opaque"
|
||||
},
|
||||
"scrollbar": {
|
||||
"show": "system",
|
||||
@@ -65,7 +71,7 @@
|
||||
},
|
||||
"cursor_shape": "underline",
|
||||
"vertical_scroll_margin": 18,
|
||||
"ui_font_family": "Input Mono",
|
||||
"ui_font_family": ".SystemUIFont",
|
||||
"ui_font_size": 15,
|
||||
"buffer_font_family": "Maple Mono",
|
||||
// "buffer_font_features": {
|
||||
@@ -90,6 +96,7 @@
|
||||
},
|
||||
"soft_wrap": "editor_width",
|
||||
"tabs": {
|
||||
"show_close_button": "hover",
|
||||
"close_position": "left",
|
||||
"git_status": true,
|
||||
"file_icons": true,
|
||||
@@ -99,6 +106,7 @@
|
||||
"button": false
|
||||
},
|
||||
"tab_bar": {
|
||||
"show": true,
|
||||
"show_nav_history_buttons": false
|
||||
},
|
||||
"git": {
|
||||
@@ -134,8 +142,10 @@
|
||||
}
|
||||
},
|
||||
"project_panel": {
|
||||
"file_icons": true,
|
||||
"folder_icons": true,
|
||||
"dock": "left",
|
||||
"indent_size": 16,
|
||||
"indent_size": 14.0,
|
||||
"auto_fold_dirs": false,
|
||||
"show_diagnostics": "off",
|
||||
"git_status": true,
|
||||
|
||||
Reference in New Issue
Block a user