plugins.nvim-autopairs.settings.fast_wrap.after_key

After key.

Plugin default: "l"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.nvim-autopairs.settings.fast_wrap.before_key

Before key.

Plugin default: "h"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.nvim-autopairs.settings.fast_wrap.chars

Characters for which to enable fast wrap.

Plugin default: ["{" "[" "(" "\"" "'"]

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

Default: null

Declared by:

plugins.nvim-autopairs.settings.fast_wrap.cursor_pos_before

Whether the cursor should be placed before or after the substitution.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.nvim-autopairs.settings.fast_wrap.end_key

End key.

Plugin default: "$"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.nvim-autopairs.settings.fast_wrap.highlight

Which highlight group to use for the match.

Plugin default: "Search"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.nvim-autopairs.settings.fast_wrap.highlight_grey

Which highlight group to use for the grey part.

Plugin default: "Comment"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.nvim-autopairs.settings.fast_wrap.keys

Plugin default: "qwertyuiopzxcvbnmasdfghjkl"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.nvim-autopairs.settings.fast_wrap.manual_position

Whether to enable manual position.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.nvim-autopairs.settings.fast_wrap.map

The key to trigger fast_wrap.

Plugin default: "<M-e>"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.nvim-autopairs.settings.fast_wrap.pattern

The pattern to match against.

Plugin default: [=[[%'%"%>%]%)%}%,%]]=]`

Type: null or lua code string

Default: null

Declared by:

plugins.nvim-autopairs.settings.fast_wrap.use_virt_lines

Whether to use virt_lines.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by: