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-doc

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

Maintainers: Heitor Augusto

plugins.mini-doc.enable

Whether to enable mini-doc.

Type: boolean

Default: false

Example: true

Declared by:

plugins.mini-doc.package

The mini-doc package to use.

Type: package

Default: pkgs.vimPlugins.mini-doc

Declared by:

plugins.mini-doc.autoLoad

Whether to automatically load mini-doc when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.mini-doc.settings

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

Type: lua value

Default: { }

Example:

{
  annotation_pattern = "^%-%-%-(%S*) ?";
  default_section_id = "@text";
  script_path = "scripts/minidoc.lua";
  silent = true;
}

Declared by: