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

mini-cmdline

URL: https://github.com/nvim-mini/mini.cmdline/

Maintainers: Heitor Augusto

plugins.mini-cmdline.enable

Whether to enable mini-cmdline.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.mini-cmdline.package

The mini-cmdline package to use.

Type: package

Default:

pkgs.vimPlugins.mini-cmdline

Declared by:

plugins.mini-cmdline.autoLoad

Whether to automatically load mini-cmdline when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.mini-cmdline.settings

Options provided to the require('mini.cmdline').setup function.

Type: lua value

Default:

{ }

Example:

{
  autocomplete = {
    enable = true;
  };
  autocorrect = {
    enable = true;
  };
  autopeek = {
    enable = true;
  };
}

Declared by: