chore: generated vimdoc

This commit is contained in:
github-actions[bot] 2021-11-03 23:53:44 +00:00 committed by windwp
parent 50163eeae0
commit f858ab38b5

View File

@ -69,6 +69,10 @@ check readme.md on nvim-cmp repo.
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 = '' } }))
-- add a lisp filetype (wrap my-function), FYI: Hardcoded = { "clojure", "clojurescript", "fennel", "janet" }
cmp_autopairs.lisp[#cmp_autopairs.lisp+1] = "racket"
<