diff --git a/options.xhtml b/options.xhtml index 520f37746..c8ac853ae 100644 --- a/options.xhtml +++ b/options.xhtml @@ -23559,6 +23559,37 @@ list of package

Example: [ pkgs.marksman ]

+

Declared by:

+ + +
+ +<home-manager/modules/programs/helix.nix> + +
+ +
+ + programs.helix.ignores + + +
+
+

List of paths that should be globally ignored for file picker. +Supports the usual ignore and negative ignore (unignore) rules used in .gitignore files.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Example:

[
+  ".build/"
+  "!.gitignore"
+]
+
+

Declared by: