timerly

URL: https://github.com/nvzone/timerly/

Maintainers: Fran Cirka

plugins.timerly.enable

Whether to enable timerly.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.timerly.package

The timerly.nvim package to use.

Type: package

Default: pkgs.vimPlugins.timerly

Declared by:

plugins.timerly.autoLoad

Whether to automatically load timerly.nvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.timerly.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  minutes = [
    30
    10
  ];
}

Declared by: