mini-cursorword
URL: https://github.com/echasnovski/mini.cursorword/
Maintainers: Heitor Augusto
plugins.mini-cursorword.enable
Whether to enable mini.cursorword.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mini-cursorword.package
The mini.cursorword package to use.
Type: package
Default:
pkgs.vimPlugins.mini-cursorword
Declared by:
plugins.mini-cursorword.autoLoad
Whether to automatically load mini.cursorword when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.mini-cursorword.settings
Options provided to the require('mini.cursorword').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
delay = 50;
}
Declared by: