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

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

Maintainers: Heitor Augusto

plugins.mini-align.enable

Whether to enable mini.align.

Type: boolean

Default: false

Example: true

Declared by:

plugins.mini-align.package

The mini.align package to use.

Type: package

Default: pkgs.vimPlugins.mini-align

Declared by:

plugins.mini-align.autoLoad

Whether to automatically load mini.align when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.mini-align.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  silent = true;
}

Declared by: