Zed config updates for AI suggestions

This commit is contained in:
Max Bucknell 2025-04-05 14:42:46 -07:00
parent 4782f53a4b
commit 00e29c5c10
No known key found for this signature in database

View file

@ -10,6 +10,9 @@
"features": { "features": {
"edit_prediction_provider": "zed" "edit_prediction_provider": "zed"
}, },
"edit_predictions": {
"mode": "subtle"
},
"assistant": { "assistant": {
"default_model": { "default_model": {
"provider": "anthropic", "provider": "anthropic",
@ -127,6 +130,9 @@
"SQL": { "SQL": {
"format_on_save": "off", "format_on_save": "off",
"show_edit_predictions": false "show_edit_predictions": false
},
"TSX": {
"tab_size": 4
} }
}, },
"auto_install_extensions": { "auto_install_extensions": {