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

cutlass-nvim

URL: https://github.com/gbprod/cutlass.nvim/

Maintainers: Saygo

plugins.cutlass-nvim.enable

Whether to enable cutlass.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.cutlass-nvim.package

The cutlass.nvim package to use.

Type: package

Default: pkgs.vimPlugins.cutlass-nvim

Declared by:

plugins.cutlass-nvim.autoLoad

Whether to automatically load cutlass.nvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.cutlass-nvim.settings

Options provided to the require('cutlass').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  exclude = [
    "ns"
    "nS"
    "nx"
    "nX"
    "nxx"
    "nX"
  ];
  override_del = true;
  registers = {
    change = "c";
    delete = "d";
    select = "s";
  };
}

Declared by: