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