2025-03-19

This commit is contained in:
2025-03-19 10:00:01 -04:00
parent 1789145f3b
commit fc94dfb564
3 changed files with 9 additions and 11 deletions
+6 -3
View File
@@ -19,10 +19,11 @@
"dock": "bottom"
},
"edit_predictions": {
"mode": "eager"
"disabled_globs": [".md"],
"mode": "subtle"
},
"features": {
"edit_prediction_provider": "none"
"edit_prediction_provider": "copilot"
},
"collaboration_panel": {
"button": false
@@ -37,7 +38,7 @@
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Catppuccin Mocha"
"dark": "Gruvbox Dark"
},
"scrollbar": {
"show": "never"
@@ -51,6 +52,7 @@
"buffer_font_family": "Rec Mono Linear",
"buffer_font_size": 13,
"terminal": {
"dock": "bottom",
"font_family": "Rec Mono Casual",
"font_fallbacks": ["FiraCode Nerd Font Mono"]
},
@@ -85,6 +87,7 @@
}
},
"project_panel": {
"dock": "left",
"indent_size": 10,
"auto_fold_dirs": false
},