fix
This commit is contained in:
parent
0ecb4d4b83
commit
25cae4d212
@ -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"];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
};
|
};
|
||||||
indent-guides = {
|
indent-guides = {
|
||||||
render = true;
|
render = true;
|
||||||
# character = "|";
|
|
||||||
};
|
};
|
||||||
auto-pairs = {
|
auto-pairs = {
|
||||||
"(" = ")";
|
"(" = ")";
|
||||||
|
Loading…
Reference in New Issue
Block a user