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

codecompanion-history

URL: https://github.com/ravitemer/codecompanion-history.nvim/

Maintainers: Austin Horstman


Persists and reuses CodeCompanion chats from within Neovim.

plugins.codecompanion-history.enable

Whether to enable codecompanion-history.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.codecompanion-history.package

The codecompanion-history package to use.

Type: package

Default:

pkgs.vimPlugins.codecompanion-history-nvim

Declared by:

plugins.codecompanion-history.autoLoad

Whether to automatically load codecompanion-history when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.codecompanion-history.settings

Configuration merged into plugins.codecompanion.settings.extensions.history.opts.

Type: lua value

Default:

{ }

Example:

{
  auto_save = false;
  continue_last_chat = true;
  memory = {
    index_on_startup = true;
    notify = false;
  };
  picker = "snacks";
  summary = {
    generation_opts = {
      model = "gpt-4o-mini";
    };
  };
  title_generation_opts = {
    model = "gpt-4o-mini";
    refresh_every_n_prompts = 3;
  };
}

Declared by: