module(zed): Improve zed settings
This commit is contained in:
parent
ebe7f7b897
commit
1ba9bf2069
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue