Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

aider

URL: https://github.com/joshuavial/aider.nvim/

Maintainers: Ceferino Patino

plugins.aider.enable

Whether to enable aider.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.aider.package

The aider.nvim package to use.

Type: package

Default: pkgs.vimPlugins.aider-nvim

Declared by:

plugins.aider.autoLoad

Whether to automatically load aider.nvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.aider.settings

Options provided to the require('aider').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  auto_manage_context = false;
  border = {
    color = "#fab387";
    style = [
      "╭"
      "─"
      "╮"
      "│"
      "╯"
      "─"
      "╰"
      "│"
    ];
  };
  debug = true;
  default_bindings = false;
  ignore_buffers = [ ];
  vim = true;
}

Declared by: