plugins.autoclose.settings.options.auto_indent
Enable auto-indent feature.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.autoclose.settings.options.disable_command_mode
Disable autoclose for command mode globally.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.autoclose.settings.options.disable_when_touch
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.settings.options.disabled_filetypes
The plugin will be disabled under the filetypes in this table.
Type: null or (list of (string or raw lua code)) or raw lua code
Default:
null
Plugin default:
[
"text"
]
Declared by:
plugins.autoclose.settings.options.pair_spaces
Pair the spaces when cursor is inside a pair of keys.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.autoclose.settings.options.touch_regex
Regex to use in combination with disable_when_touch
.
Type: null or string or raw lua code
Default:
null
Plugin default: "[%w(%[{]"
Declared by: