Hi.
Is there a way to call cmp.complete or the function to call cmp and list the autocompletion list? Just to have the same effect that coc.nvim has:
autocmd CursorHoldI <buffer> lua cmp.complete()
or
if not cmp.visible() then
cmp.complete()
end