This commit is contained in:
rycee 2024-04-19 10:05:53 +00:00
parent 957f39e615
commit d1dd6be21a
1 changed files with 31 additions and 0 deletions

View File

@ -23559,6 +23559,37 @@ list of package</p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">[ pkgs.marksman ]</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/helix.nix" target="_top">
&lt;home-manager/modules/programs/helix.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.helix.ignores"></a><a class="term" href="options.xhtml#opt-programs.helix.ignores"><code class="option">programs.helix.ignores</code>
</a>
</span>
</dt>
<dd>
<p>List of paths that should be globally ignored for file picker.
Supports the usual ignore and negative ignore (unignore) rules used in <code class="literal">.gitignore</code> files.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;.build/&quot;
&quot;!.gitignore&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>