grug-far

URL: https://github.com/MagicDuck/grug-far.nvim/

Maintainers: Austin Horstman

plugins.grug-far.enable

Whether to enable grug-far.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.grug-far.package

The grug-far.nvim package to use.

Type: package

Default: pkgs.vimPlugins.grug-far-nvim

Declared by:

plugins.grug-far.settings

Options provided to the require('grug-far').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  debounceMs = 1000;
  engine = "ripgrep";
  engines = {
    ripgrep = {
      path = "rg";
      showReplaceDiff = true;
    };
  };
  maxSearchMatches = 2000;
  maxWorkers = 8;
  minSearchChars = 1;
  normalModeSearch = false;
}

Declared by: