timerly
URL: https://github.com/nvzone/timerly/
Maintainers: Fran Cirka
Beautiful countdown timer plugin for Neovim.
plugins.timerly.enable
Whether to enable timerly.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.timerly.package
The timerly package to use.
Type: package
Default:
pkgs.vimPlugins.timerly
Declared by:
plugins.timerly.autoLoad
Whether to automatically load timerly when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.timerly.callSetup
Whether to generate the standard require('timerly').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by:
plugins.timerly.settings
Options provided to the require('timerly').setup function.
Type: lua value
Default:
{ }
Example:
{
minutes = [
30
10
];
}
Declared by: