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

blink-indent

URL: https://github.com/Saghen/blink.indent/

Maintainers: Heitor Augusto

Whether to enable blink-indent.

Type: boolean

Default:

false

Example:

true

Declared by:

The blink-indent package to use.

Type: package

Default:

pkgs.vimPlugins.blink-indent

Declared by:

Whether to automatically load blink-indent when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

Whether to generate the standard require('blink.indent').setup(...) call for this plugin.

Explicitly set to true to call .setup(), even when settings is undefined. Or set to false to disable calling .setup() at all.

Type: boolean

Default: true when settings is explicitly defined, otherwise false.

Declared by:

Options provided to the require('blink.indent').setup function.

Type: lua value

Default:

{ }

Example:

{
  scope = {
    underline = {
      enable = true;
    };
  };
  static = {
    highlights = [
      "BlinkIndentRed"
      "BlinkIndentOrange"
      "BlinkIndentYellow"
      "BlinkIndentGreen"
      "BlinkIndentViolet"
      "BlinkIndentCyan"
    ];
  };
}

Declared by: