fix
This commit is contained in:
parent
0ecb4d4b83
commit
25cae4d212
@ -1,8 +1,3 @@
|
||||
{inputs}: final: prev: {
|
||||
helix = inputs.helix.packages.${prev.system}.default.override {
|
||||
includeGrammarIf = grammar:
|
||||
prev.lib.any
|
||||
(name: grammar.name == name)
|
||||
["toml" "rust" "nix" "protobuf" "yaml" "json" "markdown" "html" "css" "zig"];
|
||||
};
|
||||
helix = inputs.helix.packages.${prev.system}.default;
|
||||
}
|
||||
|
@ -30,7 +30,6 @@
|
||||
};
|
||||
indent-guides = {
|
||||
render = true;
|
||||
# character = "|";
|
||||
};
|
||||
auto-pairs = {
|
||||
"(" = ")";
|
||||
|
Loading…
Reference in New Issue
Block a user