Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.ripgrep.enable

Whether to enable Ripgrep.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.ripgrep.package

The ripgrep package to use.

Type: null or package

Default:

pkgs.ripgrep

Declared by:

programs.ripgrep.arguments

List of arguments to pass to ripgrep. Each item is given to ripgrep as a single command line argument verbatim.

See https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#configuration-file for an example configuration.

Type: list of string

Default:

[ ]

Example:

[
  "--max-columns-preview"
  "--colors=line:style:bold"
]

Declared by: