🔧 [shared/desktop] Update Zed config
This commit is contained in:
@ -24,14 +24,13 @@
|
|||||||
provider = "ollama";
|
provider = "ollama";
|
||||||
model = "deepseek-r1:8b";
|
model = "deepseek-r1:8b";
|
||||||
};
|
};
|
||||||
version = "2";
|
|
||||||
};
|
};
|
||||||
autosave = "on_focus_change";
|
autosave = "on_focus_change";
|
||||||
auto_update = false;
|
auto_update = false;
|
||||||
base_keymap = "JetBrains";
|
base_keymap = "JetBrains";
|
||||||
buffer_font_family = font;
|
buffer_font_family = font;
|
||||||
features = {
|
features = {
|
||||||
edit_completion_provider = "zed";
|
edit_prediction_provider = "zed";
|
||||||
};
|
};
|
||||||
icon_theme = {
|
icon_theme = {
|
||||||
mode = theme.mode;
|
mode = theme.mode;
|
||||||
|
Reference in New Issue
Block a user