add more zid config

This commit is contained in:
ulic-youthlic 2025-04-28 18:47:46 +08:00
parent f62f1c58c6
commit 582bdb783c
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -18,11 +18,22 @@ in
programs.zed-editor = { programs.zed-editor = {
enable = true; enable = true;
extensions = [ extensions = [
"nix" "Nix"
"HTML"
"Java"
"Git Firely"
"Make"
"Deno"
"Java with Eclipse JDTLS"
"NeoCMake"
"Typst"
]; ];
extraPackages = with pkgs; [ extraPackages = with pkgs; [
nixd nixd
nil nil
neocmakelsp
deno
jdt-language-server
]; ];
userSettings = { userSettings = {
autosave = "on_focus_change"; autosave = "on_focus_change";
@ -38,8 +49,11 @@ in
"ss08" = true; "ss08" = true;
}; };
ui_font_family = "Source Han Sans SC"; ui_font_family = "Source Han Sans SC";
theme = "Ayu Dark"; theme = "Gruvbox Dark Hard";
vim_mode = true; vim_mode = true;
vim = {
default_mode = "helix_normal";
};
}; };
}; };
}; };