plugins.nvim-autopairs.settings.fast_wrap.after_key
After key.
Type: null or string or raw lua code
Default:
null
Plugin default: "l"
Declared by:
plugins.nvim-autopairs.settings.fast_wrap.before_key
Before key.
Type: null or string or raw lua code
Default:
null
Plugin default: "h"
Declared by:
plugins.nvim-autopairs.settings.fast_wrap.chars
Characters for which to enable fast wrap.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default:
[
"{"
"["
"("
"\""
"'"
]
Declared by:
plugins.nvim-autopairs.settings.fast_wrap.cursor_pos_before
Whether the cursor should be placed before or after the substitution.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.nvim-autopairs.settings.fast_wrap.end_key
End key.
Type: null or string or raw lua code
Default:
null
Plugin default: "$"
Declared by:
plugins.nvim-autopairs.settings.fast_wrap.highlight
Which highlight group to use for the match.
Type: null or string or raw lua code
Default:
null
Plugin default: "Search"
Declared by:
plugins.nvim-autopairs.settings.fast_wrap.highlight_grey
Which highlight group to use for the grey part.
Type: null or string or raw lua code
Default:
null
Plugin default: "Comment"
Declared by:
plugins.nvim-autopairs.settings.fast_wrap.keys
Type: null or string or raw lua code
Default:
null
Plugin default: "qwertyuiopzxcvbnmasdfghjkl"
Declared by:
plugins.nvim-autopairs.settings.fast_wrap.manual_position
Whether to enable manual position.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.nvim-autopairs.settings.fast_wrap.map
The key to trigger fast_wrap.
Type: null or string or raw lua code
Default:
null
Plugin default: "<M-e>"
Declared by:
plugins.nvim-autopairs.settings.fast_wrap.pattern
The pattern to match against.
Type: null or lua code string
Default:
null
Plugin default: "[=[[%'%\"%>%]%)%}%,%
]]=]"`
Declared by:
plugins.nvim-autopairs.settings.fast_wrap.use_virt_lines
Whether to use virt_lines
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: