From 9325af1bb643f501a649854086f842f021a74634 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Wed, 28 Jun 2023 09:27:43 +0000 Subject: [PATCH] deploy: f5f64ac022ed379442286a4e81a2a7cdc552cb28 --- options.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/options.html b/options.html index 4fbd67f3..67f8ef98 100644 --- a/options.html +++ b/options.html @@ -7366,8 +7366,6 @@ list of options.

Type: YAML value

to your system configuration to get completion for system packages (e.g. systemd).

Type: boolean

Default: true

Declared by:

<home-manager/modules/programs/zsh.nix> -
programs.zsh.enableSyntaxHighlighting

Enable zsh syntax highlighting

Type: unspecified value

Default: false

Declared by:

- <home-manager/modules/programs/zsh.nix>
programs.zsh.enableVteIntegration

Whether to enable integration with terminals using the VTE library. This will let the terminal track the current working directory.

Type: boolean

Default: false

Example: true

Declared by:

@@ -7664,6 +7662,15 @@ but are substituted anywhere on a line.

Type:

Declared by:

<home-manager/modules/programs/zsh.nix> +
programs.zsh.syntaxHighlighting

Options related to zsh-syntax-highlighting.

Type: submodule

Default: { }

Declared by:

+ <home-manager/modules/programs/zsh.nix> +
programs.zsh.syntaxHighlighting.enable

Whether to enable zsh syntax highlighting.

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/programs/zsh.nix> +
programs.zsh.syntaxHighlighting.package

The zsh-syntax-highlighting package to use.

Type: package

Default: pkgs.zsh-syntax-highlighting

Declared by:

+ <home-manager/modules/programs/zsh.nix> +
programs.zsh.syntaxHighlighting.styles

Custom styles for syntax highlighting. +See each highlighter's options: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md

Type: attribute set of string

Default: { }

Declared by:

+ <home-manager/modules/programs/zsh.nix>
programs.zsh.zplug.enable

Whether to enable zplug - a zsh plugin manager.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/zplug.nix>
programs.zsh.zplug.plugins

List of zplug plugins.

Type: list of (submodule)

Default: [ ]

Declared by: