plugins.markview.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  preview = {
    buf_ignore = [ ];
    hybrid_modes = [
      "i"
      "r"
    ];
    modes = [
      "n"
      "x"
    ];
  };
}

Declared by: