indent-tools

URL: https://github.com/arsham/indent-tools.nvim/

Maintainers: Gaetan Lepage

plugins.indent-tools.enable

Whether to enable indent-tools.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.indent-tools.package

The indent-tools.nvim package to use.

Type: package

Default: pkgs.vimPlugins.indent-tools-nvim

Declared by:

plugins.indent-tools.autoLoad

Whether to automatically load indent-tools.nvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.indent-tools.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  normal = {
    down = false;
    up = false;
  };
  textobj = {
    ai = "aI";
    ii = "iI";
  };
}

Declared by: