plugins.autoclose.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  settings = {
    options = {
      auto_indent = true;
      disable_command_mode = false;
      disable_when_touch = false;
      disabled_filetypes = [
        "text"
      ];
      pair_spaces = false;
      touch_regex = "[%w(%[{]";
    };
  };
}

Declared by:

plugins.autoclose.settings.keys

Configures various options, such as shortcuts for pairs, what pair of characters to use in the shortcut, etc.

Type: null or (attribute set of anything)

Default: null

Declared by: