MyNixOS website logo

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.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--max-columns-preview"
  "--colors=line:style:bold"
]