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-ai

URL: https://github.com/echasnovski/mini.ai/

Maintainers: Heitor Augusto

plugins.mini-ai.enable

Whether to enable mini.ai.

Type: boolean

Default: false

Example: true

Declared by:

plugins.mini-ai.package

The mini.ai package to use.

Type: package

Default: pkgs.vimPlugins.mini-ai

Declared by:

plugins.mini-ai.autoLoad

Whether to automatically load mini.ai when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.mini-ai.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  n_line = 500;
  search_method = "cover_or_nearest";
  silent = true;
}

Declared by: