zed config
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
// 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"
|
||||
},
|
||||
"vim_mode": true,
|
||||
"buffer_font_family": "BlexMono Nerd Font Mono",
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 16,
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "Ayu Dark",
|
||||
"dark": "One Dark"
|
||||
},
|
||||
"languages": {
|
||||
"GDScript": {
|
||||
"hard_tabs": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user