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

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

Maintainers: Heitor Augusto

plugins.mini-trailspace.enable

Whether to enable mini.trailspace.

Type: boolean

Default: false

Example: true

Declared by:

plugins.mini-trailspace.package

The mini.trailspace package to use.

Type: package

Default: pkgs.vimPlugins.mini-trailspace

Declared by:

plugins.mini-trailspace.autoLoad

Whether to automatically load mini.trailspace when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.mini-trailspace.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  only_in_normal_buffers = false;
}

Declared by: