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:

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: