spectre
You may want to set the package for your find/replace tool(s) like shown below:
plugins.spectre.findPackage = pkgs.rg;
plugins.spectre.replacePackage = pkgs.gnused;
Url: https://github.com/nvim-pack/nvim-spectre/
Maintainers: Gaetan Lepage
plugins.spectre.enable
Whether to enable nvim-spectre.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.spectre.package
Which package to use for the nvim-spectre plugin.
Type: package
Default:
<derivation vimplugin-nvim-spectre-2024-04-29>
Declared by:
plugins.spectre.findPackage
Which package to install for the find command.
Defaults to pkgs.$\{settings.default.find.cmd}
.
Set to null
to prevent the installation.
Type: null or package
Default:
null
Declared by:
plugins.spectre.replacePackage
Which package to install for the find command.
Defaults to pkgs.$\{settings.default.replace.cmd}
.
Set to null
to prevent the installation.
Type: null or package
Default:
null
Declared by: