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

spider

URL: https://github.com/chrisgrieser/nvim-spider/

Maintainers: Saygo


Use the w, e, b motions like a spider. Move by subwords and skip insignificant punctuation.

plugins.spider.enable

Whether to enable nvim-spider.

Type: boolean

Default: false

Example: true

Declared by:

plugins.spider.package

The nvim-spider package to use.

Type: package

Default: pkgs.vimPlugins.nvim-spider

Declared by:

plugins.spider.autoLoad

Whether to automatically load nvim-spider when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.spider.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  callback = {
    __raw = ''
      function()
        print('nixvim')
      end
    '';
  };
  foo_bar = 42;
  hostname = "localhost:8080";
}

Declared by: