mirror of
https://github.com/osmarks/random-stuff
synced 2025-09-12 15:25:59 +00:00
dotfile migration
This commit is contained in:
37
dotfiles/zed.json
Normal file
37
dotfiles/zed.json
Normal file
@@ -0,0 +1,37 @@
|
||||
// Zed settings
|
||||
//
|
||||
// For information on how to configure Zed, see the Zed
|
||||
// documentation: https://zed.dev/docs/configuring-zed
|
||||
//
|
||||
// To see all of Zed's default settings without changing your
|
||||
// custom settings, run `zed: open default settings` from the
|
||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||
{
|
||||
"assistant": {
|
||||
"default_model": {
|
||||
"provider": "zed.dev",
|
||||
"model": "claude-3-5-sonnet-latest"
|
||||
},
|
||||
"version": "2"
|
||||
},
|
||||
"ui_font_size": 12,
|
||||
"buffer_font_weight": 300,
|
||||
"buffer_font_size": 12.0,
|
||||
"theme": {
|
||||
"mode": "dark",
|
||||
"light": "One Light",
|
||||
"dark": "Ayu Dark"
|
||||
},
|
||||
"buffer_font_family": "Fira Code",
|
||||
"buffer_line_height": { "custom": 1.3 },
|
||||
"ui_font_family": "Fira Sans",
|
||||
"features": {
|
||||
"edit_prediction_provider": "zed"
|
||||
},
|
||||
"tab_size": 4,
|
||||
"format_on_save": "off",
|
||||
"inlay_hints": {
|
||||
"enabled": true
|
||||
},
|
||||
"soft_wrap": "editor_width"
|
||||
}
|
Reference in New Issue
Block a user