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

cord

URL: https://github.com/vyfor/cord.nvim

Maintainers: Eveeifyeve


A Neovim plugin that displays the current activity in Discord.

plugins.cord.enable

Whether to enable cord.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.cord.package

The cord package to use.

Type: package

Default:

pkgs.vimPlugins.cord-nvim

Declared by:

plugins.cord.autoLoad

Whether to automatically load cord when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.cord.settings

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

Type: lua value

Default:

{ }

Example:

{
  display = {
    flavor = "accent";
    theme = "atom";
  };
  editor = {
    tooltip = "Neovim";
  };
  idle = {
    enabled = true;
    timeout = 900000;
  };
  text = {
    workspace = "";
  };
  timestamp = {
    reset_on_idle = true;
  };
}

Declared by: