plugins.autoclose.options.autoIndent
Enable auto-indent feature.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.autoclose.options.disableCommandMode
Disable autoclose for command mode globally.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
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.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.autoclose.options.disabledFiletypes
The plugin will be disabled under the filetypes in this table.
Plugin default: ["text"]
Type: null or (list of (string or raw lua code))
Default:
null
Declared by:
plugins.autoclose.options.pairSpaces
Pair the spaces when cursor is inside a pair of keys. See README
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.autoclose.options.touchRegex
See README.
Plugin default: "[%w(%[{]"
Type: null or string or raw lua code
Default:
null
Declared by: