initial commit

This commit is contained in:
2025-04-11 00:10:12 -04:00
commit 5f77118d9d
2 changed files with 69 additions and 0 deletions

29
settings.json Normal file
View File

@@ -0,0 +1,29 @@
// 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": "ollama",
"model": "deepseek-coder:6.7b"
},
"version": "2"
},
"telemetry": {
"metrics": false,
"diagnostics": false
},
"vim_mode": true,
"ui_font_size": 16,
"buffer_font_size": 16,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Gruvbox Dark Hard"
}
}