programs.ripgrep.arguments

Home-Manager option

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 in: <home-manager/modules/programs/ripgrep.nix>source unavailable