modicator
URL: https://github.com/mawkler/modicator.nvim/
Maintainers: Gaetan Lepage
plugins.modicator.enable
Whether to enable modicator.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.modicator.package
The modicator.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.modicator-nvim
Declared by:
plugins.modicator.autoLoad
Whether to automatically load modicator.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.modicator.settings
Options provided to the require('modicator').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
highlights = {
defaults = {
bold = false;
italic = false;
};
};
show_warnings = true;
}
Declared by: