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

cybu

URL: https://github.com/ghillb/cybu.nvim/

Maintainers: Fovir

plugins.cybu.enable

Whether to enable cybu.

Type: boolean

Default: false

Example: true

Declared by:

plugins.cybu.package

The cybu package to use.

Type: package

Default: pkgs.vimPlugins.cybu-nvim

Declared by:

plugins.cybu.autoLoad

Whether to automatically load cybu when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.cybu.settings

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

Type: lua value

Default: { }

Example:

{
  behavior = {
    mode = {
      default = {
        switch = "immediate";
        view = "rolling";
      };
      last_used = {
        switch = "on_close";
        update_on = "buf_enter";
        view = "paging";
      };
    };
  };
  display_time = 750;
  style = {
    devicons = {
      enabled = false;
    };
  };
}

Declared by: