modicator
URL: https://github.com/mawkler/modicator.nvim/
Maintainers: Gaetan Lepage
Cursor line number mode indicator plugin for Neovim.
plugins.modicator.enable
Whether to enable modicator.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.modicator.package
The modicator package to use.
Type: package
Default:
pkgs.vimPlugins.modicator-nvim
Declared by:
plugins.modicator.autoLoad
Whether to automatically load modicator when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.modicator.callSetup
Whether to generate the standard require('modicator').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.modicator.settings
Options provided to the require('modicator').setup function.
Type: lua value
Default:
{ }
Example:
{
highlights = {
defaults = {
bold = false;
italic = false;
};
};
show_warnings = true;
}
Declared by: