chore: generated vimdoc

This commit is contained in:
github-actions[bot] 2021-12-02 08:46:29 +00:00 committed by windwp
parent 5da0994f6c
commit 18fe311bb9

View File

@ -24,6 +24,7 @@ DEFAULT VALUES *nvim-autopairs-default-values*
>
local disable_filetype = { "TelescopePrompt" }
local disable_in_macro = false -- disable when recording or executing a macro
local disable_in_visualblock = false -- disable when insert after visual block mode
local ignored_next_char = string.gsub([[ [%w%%%'%[%"%.] ]],"%s+", "")
local enable_moveright = true
local enable_afterquote = true -- add bracket pairs after quote