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

sidekick

URL: https://github.com/folke/sidekick.nvim/

Maintainers: Austin Horstman

plugins.sidekick.enable

Whether to enable sidekick.

Type: boolean

Default: false

Example: true

Declared by:

plugins.sidekick.package

The sidekick package to use.

Type: package

Default: pkgs.vimPlugins.sidekick-nvim

Declared by:

plugins.sidekick.autoLoad

Whether to automatically load sidekick when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.sidekick.settings

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

Type: open submodule of attribute set of anything

Default: { }

Example:

{
  cli = {
    mux = {
      backend = "zellij";
      enabled = true;
    };
  };
}

Declared by: