module(zed): Improve zed settings

This commit is contained in:
ulic-youthlic 2025-06-14 01:22:51 +08:00
parent ebe7f7b897
commit 1ba9bf2069
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -19,7 +19,6 @@ in {
"asciidoc" "asciidoc"
"basher" "basher"
"cargo-tom" "cargo-tom"
"codebook"
"deno" "deno"
"docker-compose" "docker-compose"
"dockerfile" "dockerfile"
@ -46,6 +45,7 @@ in {
"typst" "typst"
"xml" "xml"
"zig" "zig"
"typos"
"ty" "ty"
"ruff" "ruff"
]; ];
@ -109,7 +109,7 @@ in {
theme = "Gruvbox Dark Hard"; theme = "Gruvbox Dark Hard";
vim_mode = true; vim_mode = true;
vim = { vim = {
default_mode = "helix_normal"; # default_mode = "helix_normal";
}; };
}; };
}; };