diff --git a/pkgs-set/overlays/helix.nix b/pkgs-set/overlays/helix.nix index b41a010..494ac99 100644 --- a/pkgs-set/overlays/helix.nix +++ b/pkgs-set/overlays/helix.nix @@ -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; } diff --git a/users/modules/helix/default.nix b/users/modules/helix/default.nix index 7b04681..4b7ca20 100644 --- a/users/modules/helix/default.nix +++ b/users/modules/helix/default.nix @@ -30,7 +30,6 @@ }; indent-guides = { render = true; - # character = "|"; }; auto-pairs = { "(" = ")";