add more zid config
This commit is contained in:
parent
f62f1c58c6
commit
582bdb783c
1 changed files with 16 additions and 2 deletions
|
|
@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue