From d1dd6be21a57ed9cbeafbad7f2dda2441b147c5b Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 19 Apr 2024 10:05:53 +0000 Subject: [PATCH] deploy: b5b2b1ac63458357e205bcb2df2d0840a2acca13 --- options.xhtml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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: