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.callSetup
Whether to generate the standard require('mini.doc').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.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: