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

toggler

URL: https://github.com/nguyenvukhang/nvim-toggler/

Maintainers: Pierre Borine


Invert text in vim, purely with lua

plugins.toggler.enable

Whether to enable toggler.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.toggler.package

The toggler package to use.

Type: package

Default:

pkgs.vimPlugins.nvim-toggler

Declared by:

plugins.toggler.autoLoad

Whether to automatically load toggler when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.toggler.callSetup

Whether to generate the standard require('nvim-toggler').setup(...) call for this plugin.

Explicitly set to false to disable calling .setup().

Type: boolean

Default:

true

Declared by:

plugins.toggler.settings

Options provided to the require('nvim-toggler').setup function.

Type: lua value

Default:

{ }

Example:

{
  autoselect_longest_match = false;
  inverses = {
    enabled = "disabled";
    vim = "emacs";
  };
  remove_default_inverses = true;
  remove_default_keybinds = true;
}

Declared by: