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

plugins.autoclose.settings

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

Type: open submodule of attribute set of lua value

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: