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: