Compare commits

...

2 commits

Author SHA1 Message Date
Max Bucknell
00e29c5c10
Zed config updates for AI suggestions 2025-04-05 14:42:46 -07:00
Max Bucknell
4782f53a4b
Add alias for cherry-picking 2025-04-05 14:42:35 -07:00
2 changed files with 7 additions and 0 deletions

View file

@ -23,6 +23,7 @@
st = status
ci = commit --verbose
co = checkout
cp = cherry-pick
current-branch = rev-parse --abbrev-ref HEAD
cl = clone
ll = !max-git-log

View file

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