plugins.helpview.settings

Options provided to the require('helpview').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  callback = {
    __raw = ''
      function()
        print('nixvim')
      end
    '';
  };
  foo_bar = 42;
  hostname = "localhost:8080";
}

Declared by:

plugins.helpview.settings.buf_ignore

Buftypes to disable helpview-nvim.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default: [ ]

Declared by:

plugins.helpview.settings.hybrid_modes

Modes where hybrid mode is enabled.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default: null

Declared by:

plugins.helpview.settings.mode

Modes where preview is enabled.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default:

[
  "n"
  "c"
]

Declared by: