plugins.csvview.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  parser = {
    async_chunksize = 30;
  };
  view = {
    display_mode = "border";
    spacing = 4;
  };
}

Declared by: