Change directory structure
This commit is contained in:
BIN
zed/.config/zed/prompts/prompts-library-db.0.mdb/data.mdb
Normal file
BIN
zed/.config/zed/prompts/prompts-library-db.0.mdb/data.mdb
Normal file
Binary file not shown.
BIN
zed/.config/zed/prompts/prompts-library-db.0.mdb/lock.mdb
Normal file
BIN
zed/.config/zed/prompts/prompts-library-db.0.mdb/lock.mdb
Normal file
Binary file not shown.
32
zed/.config/zed/settings.json
Normal file
32
zed/.config/zed/settings.json
Normal file
@@ -0,0 +1,32 @@
|
||||
// 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)
|
||||
{
|
||||
"disable_ai": true,
|
||||
"buffer_font_family": "Iosevka Nerd Font",
|
||||
"telemetry": {
|
||||
"diagnostics": false,
|
||||
"metrics": false
|
||||
},
|
||||
"session": {
|
||||
"trust_all_worktrees": true
|
||||
},
|
||||
"vim_mode": true,
|
||||
"icon_theme": {
|
||||
"mode": "dark",
|
||||
"light": "Zed (Default)",
|
||||
"dark": "Zed (Default)"
|
||||
},
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 13.0,
|
||||
"theme": {
|
||||
"mode": "dark",
|
||||
"light": "One Light",
|
||||
"dark": "One Dark",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user