Change directory structure

This commit is contained in:
2026-03-15 13:56:32 +05:30
parent 1f9cee1ad9
commit 839b7e0b5f
2564 changed files with 897 additions and 82 deletions

View 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",
},
}