Update zed settings

This commit is contained in:
2025-12-14 09:56:22 -05:00
parent 602fec4895
commit c32e3081e2

View File

@@ -388,13 +388,11 @@ in
"make" "make"
"material-icon-theme" "material-icon-theme"
"nix" "nix"
"tokyo-night"
"toml" "toml"
"vue" "vue"
]; ];
userSettings = { userSettings = {
icon_theme = "Material Icon Theme"; icon_theme = "Material Icon Theme";
theme = lib.mkForce "Tokyo Night";
features = { features = {
edit_prediction_provider = "copilot"; edit_prediction_provider = "copilot";
}; };
@@ -404,8 +402,8 @@ in
}; };
autosave = "on_focus_change"; autosave = "on_focus_change";
format_on_save = "off"; format_on_save = "off";
ui_font_size = lib.mkForce 20; ui_font_size = lib.mkForce 18;
buffer_font_size = lib.mkForce 18; buffer_font_size = lib.mkForce 16;
}; };
userKeymaps = [ userKeymaps = [
{ {