this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix

+1 -7
+1 -6
pkgs-set/overlays/helix.nix
··· 1 1 {inputs}: final: prev: { 2 - helix = inputs.helix.packages.${prev.system}.default.override { 3 - includeGrammarIf = grammar: 4 - prev.lib.any 5 - (name: grammar.name == name) 6 - ["toml" "rust" "nix" "protobuf" "yaml" "json" "markdown" "html" "css" "zig"]; 7 - }; 2 + helix = inputs.helix.packages.${prev.system}.default; 8 3 }
-1
users/modules/helix/default.nix
··· 30 30 }; 31 31 indent-guides = { 32 32 render = true; 33 - # character = "|"; 34 33 }; 35 34 auto-pairs = { 36 35 "(" = ")";