Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mini-notify

URL: https://github.com/nvim-mini/mini.notify/

Maintainers: Heitor Augusto

plugins.mini-notify.enable

Whether to enable mini-notify.

Type: boolean

Default: false

Example: true

Declared by:

plugins.mini-notify.package

The mini-notify package to use.

Type: package

Default: pkgs.vimPlugins.mini-notify

Declared by:

plugins.mini-notify.autoLoad

Whether to automatically load mini-notify when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.mini-notify.settings

Options provided to the require('mini.notify').setup function.

Type: lua value

Default: { }

Example:

{
  content = {
    format = lib.nixvim.mkRaw "nil";
    sort = lib.nixvim.mkRaw "nil";
  };
  lsp_progress = {
    duration_last = 1000;
    enable = true;
    level = "INFO";
  };
  window = {
    config = {
      _type = "literalExpression";
      text = "lib.nixvim.emptyTable";
    };
    max_width_share = 0.382;
    winblend = 25;
  };
}

Declared by: