plugins.autoclose.options.autoIndent

Enable auto-indent feature.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.autoclose.options.disableCommandMode

Disable autoclose for command mode globally.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.autoclose.options.disableWhenTouch

Set this to true will disable the auto-close function when the cursor touches character that matches touch_regex.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.autoclose.options.disabledFiletypes

The plugin will be disabled under the filetypes in this table.

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

Default: null

Plugin default: ["text"]

Declared by:

plugins.autoclose.options.pairSpaces

Pair the spaces when cursor is inside a pair of keys. See README

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.autoclose.options.touchRegex

See README.

Type: null or string or raw lua code

Default: null

Plugin default: "[%w(%[{]"

Declared by: