showkeys
URL: https://github.com/nvzone/showkeys/
Maintainers: Heitor Augusto
plugins.showkeys.enable
Whether to enable showkeys.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.showkeys.package
The showkeys package to use.
Type: package
Default:
pkgs.vimPlugins.showkeys
Declared by:
plugins.showkeys.autoLoad
Whether to automatically load showkeys when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.showkeys.callSetup
Whether to generate the standard require('showkeys').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.showkeys.settings
Options provided to the require('showkeys').setup function.
Type: lua value
Default:
{ }
Example:
{
keyformat = {
"<CR>" = "Enter";
};
maxkeys = 5;
position = "bottom-center";
timeout = 5;
}
Declared by: