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.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: