mirror of
https://github.com/davegallant/nix-config
synced 2026-01-06 18:22:31 +00:00
Update zed settings
This commit is contained in:
6
home.nix
6
home.nix
@@ -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 = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user