1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-12 01:33:40 +02:00
This commit is contained in:
teto 2023-11-19 18:38:17 +00:00
parent 515ebb7d18
commit 6dbee781ab

View File

@ -12360,10 +12360,21 @@ boolean</p><p><span class="emphasis"><em>Default:</em></span>
package</p><p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.zsh-syntax-highlighting</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/zsh.nix" target="_top">
&lt;home-manager/modules/programs/zsh.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.zsh.syntaxHighlighting.highlighters"></a><a class="term" href="options.html#opt-programs.zsh.syntaxHighlighting.highlighters"><code class="option">programs.zsh.syntaxHighlighting.highlighters</code></a></span></dt><dd><p>Highlighters to enable
See the list of highlighters: <a class="link" href="https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md" target="_top">https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md</a></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 class="programlisting">[
"brackets"
]
</pre><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/zsh.nix" target="_top">
&lt;home-manager/modules/programs/zsh.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.zsh.syntaxHighlighting.styles"></a><a class="term" href="options.html#opt-programs.zsh.syntaxHighlighting.styles"><code class="option">programs.zsh.syntaxHighlighting.styles</code></a></span></dt><dd><p>Custom styles for syntax highlighting.
See each highlighters options: <a class="link" href="https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md" target="_top">https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md</a></p><p><span class="emphasis"><em>Type:</em></span>
attribute set of string</p><p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</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/zsh.nix" target="_top">
<code class="literal">{ }</code></p><p><span class="emphasis"><em>Example:</em></span></p><pre class="programlisting">{
comment = "fg=black,bold";
}
</pre><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/zsh.nix" target="_top">
&lt;home-manager/modules/programs/zsh.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.zsh.zplug.enable"></a><a class="term" href="options.html#opt-programs.zsh.zplug.enable"><code class="option">programs.zsh.zplug.enable</code></a></span></dt><dd><p>Whether to enable zplug - a zsh plugin manager.</p><p><span class="emphasis"><em>Type:</em></span>
boolean</p><p><span class="emphasis"><em>Default:</em></span>