This commit is contained in:
dusk 2023-04-12 08:11:29 +03:00
parent 0ecb4d4b83
commit 25cae4d212
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 1 additions and 7 deletions

View File

@ -1,8 +1,3 @@
{inputs}: final: prev: { {inputs}: final: prev: {
helix = inputs.helix.packages.${prev.system}.default.override { helix = inputs.helix.packages.${prev.system}.default;
includeGrammarIf = grammar:
prev.lib.any
(name: grammar.name == name)
["toml" "rust" "nix" "protobuf" "yaml" "json" "markdown" "html" "css" "zig"];
};
} }

View File

@ -30,7 +30,6 @@
}; };
indent-guides = { indent-guides = {
render = true; render = true;
# character = "|";
}; };
auto-pairs = { auto-pairs = {
"(" = ")"; "(" = ")";