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

helpview

URL: https://github.com/OXY2DEV/helpview.nvim/

Maintainers: Austin Horstman


A hackable & fancy vimdoc/help file viewer for Neovim.


Decorations for vimdoc/help files in Neovim

Supports a vast amount of rendering customization. Refer to the plugin’s documentation for more details.

plugins.helpview.enable

Whether to enable helpview.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.helpview.package

The helpview package to use.

Type: package

Default:

pkgs.vimPlugins.helpview-nvim

Declared by:

plugins.helpview.autoLoad

Whether to automatically load helpview when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.helpview.callSetup

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