hardtime
URL: https://github.com/m4xshen/hardtime.nvim/
Maintainers: Refael Sheinker
A Neovim plugin that helps you to avoid repeating mistakes with key presses.
plugins.hardtime.enable
Whether to enable hardtime.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.hardtime.package
The hardtime package to use.
Type: package
Default:
pkgs.vimPlugins.hardtime-nvim
Declared by:
plugins.hardtime.autoLoad
Whether to automatically load hardtime when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.hardtime.callSetup
Whether to generate the standard require('hardtime').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: