From 25cae4d21297691ced1b8180ad617cb1e035fbe8 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Wed, 12 Apr 2023 08:11:29 +0300 Subject: [PATCH] fix --- pkgs-set/overlays/helix.nix | 7 +------ users/modules/helix/default.nix | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) 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 = { "(" = ")";