chore: generated vimdoc

This commit is contained in:
github-actions[bot] 2021-10-29 11:00:45 +00:00 committed by windwp
parent cd182bcba4
commit e6b1870cd2

View File

@ -8,11 +8,6 @@ Table of Contents *nvim-autopairs-table-of-contents*
NVIM-AUTOPAIRS *nvim-autopairs-nvim-autopairs*
>
end
<
A super powerful autopair for Neovim. It supports multiple characters.
Requires neovim 0.5+
@ -73,7 +68,7 @@ check readme.md on nvim-cmp repo.
-- If you want insert `(` after select function or method item
local cmp_autopairs = require('nvim-autopairs.completion.cmp')
local cmp = require('cmp')
cmp.event:on( 'confirm_done', cmp_autopairs.on_confirm_done({ map_char = { tex = '' } }))
cmp.event:on( 'confirm_done', cmp_autopairs.on_confirm_done({ map_char = { tex = '' } }))
<